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

Class MyMiddleCost

examples/mo-1/example_mo1.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23struct MyMiddleCost
24{
25 // This is where the results of simulation
26 // is stored but not yet finalized.
27 double cost_A;
28 double cost_B;
29};
30
31typedef EA::Genetic<MySolution,MyMiddleCost> GA_Type;
32typedef EA::GenerationType<MySolution,MyMiddleCost> Generation_Type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected