MCPcopy Create free account
hub / github.com/Arash-codedev/openGA / MyClass

Method MyClass

examples/so-bind/example_bind.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 std::ofstream output_file;
43
44 MyClass(std::string output_location)
45 {
46 output_file.open(output_location);
47 output_file<<"step"<<"\t"<<"x_best"<<"\t"<<"y_best"<<"\t"<<"cost_avg"<<"\t"<<"cost_best"<<"\n";
48 }
49
50 ~MyClass()
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected