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

Class MyMiddleCost

examples/so-init-solutions/example_so-init-solutions.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42struct MyMiddleCost
43{
44 // This is where the results of simulation
45 // is stored but not yet finalized.
46 double cost;
47};
48
49typedef EA::Genetic<MySolution,MyMiddleCost> GA_Type;
50typedef EA::GenerationType<MySolution,MyMiddleCost> Generation_Type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected