|
Pallas Solver
0.1
C++ Global Optimization Algorithms
|
Public Member Functions | |
| State (unsigned int num_parameters) | |
| State (const State &s) | |
| bool | update (const State &s) |
Public Attributes | |
| double | cost |
| Vector | x |
| Vector | gradient |
| double | gradient_squared_norm |
| double | gradient_max_norm |
| double | directional_derivative |
| double | tolerance |
Protected Member Functions | |
| void | clone_ (const State &s) |
1.8.11