|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Public Attributes | |
| std::string | name |
| mc::optim::Solution | best |
| std::vector< double > | x |
| std::vector< double > | y |
| double | seconds = 0.0 |
| double | best_avg_power_mw = 0.0 |
| double | min_distance_m = 0.0 |
Definition at line 456 of file wind_farm_simulator.cpp.
| mc::optim::Solution RunResult::best |
Definition at line 458 of file wind_farm_simulator.cpp.
| double RunResult::best_avg_power_mw = 0.0 |
Definition at line 462 of file wind_farm_simulator.cpp.
| double RunResult::min_distance_m = 0.0 |
Definition at line 463 of file wind_farm_simulator.cpp.
| std::string RunResult::name |
Definition at line 457 of file wind_farm_simulator.cpp.
| double RunResult::seconds = 0.0 |
Definition at line 460 of file wind_farm_simulator.cpp.
| std::vector<double> RunResult::x |
Definition at line 459 of file wind_farm_simulator.cpp.
| std::vector<double> RunResult::y |
Definition at line 459 of file wind_farm_simulator.cpp.