| 122 | char *SayHello( ) const { return cmaes_SayHello(&evo); } |
| 123 | |
| 124 | void WriteToFile(char const *keyword, char const *output_filename) const { |
| 125 | cmaes_WriteToFile(&evo, keyword, output_filename); |
| 126 | } |
| 127 | |
| 128 | virtual double *operator( )( ) { |
| 129 | // ReadSignals("signals.par"); |
nothing calls this directly
no test coverage detected