Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Public Attributes | List of all members
RunResult Struct Reference
Collaboration diagram for RunResult:

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
 

Detailed Description

Definition at line 456 of file wind_farm_simulator.cpp.

Member Data Documentation

◆ best

mc::optim::Solution RunResult::best

Definition at line 458 of file wind_farm_simulator.cpp.

◆ best_avg_power_mw

double RunResult::best_avg_power_mw = 0.0

Definition at line 462 of file wind_farm_simulator.cpp.

◆ min_distance_m

double RunResult::min_distance_m = 0.0

Definition at line 463 of file wind_farm_simulator.cpp.

◆ name

std::string RunResult::name

Definition at line 457 of file wind_farm_simulator.cpp.

◆ seconds

double RunResult::seconds = 0.0

Definition at line 460 of file wind_farm_simulator.cpp.

◆ x

std::vector<double> RunResult::x

Definition at line 459 of file wind_farm_simulator.cpp.

◆ y

std::vector<double> RunResult::y

Definition at line 459 of file wind_farm_simulator.cpp.


The documentation for this struct was generated from the following file: