MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / WriteToFile

Method WriteToFile

plugin/seq/ff-cmaes.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 1

cmaes_WriteToFileFunction · 0.85

Tested by

no test coverage detected