struct Gambit::GreAT::greatScanData
Structure for passing likelihood and printer data through GreAT to the objective function.
#include <great.hpp>
Public Attributes
| Name | |
|---|---|
| Scanner::like_ptr | likelihood_function | 
| Scanner::printer_interface * | printer | 
| double | min_logLike | 
Public Attributes Documentation
variable likelihood_function
Scanner::like_ptr likelihood_function;
variable printer
Scanner::printer_interface * printer;
variable min_logLike
double min_logLike;
Updated on 2025-02-12 at 16:10:32 +0000