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

Class MyMiddleCost

examples/so-1/example_so1.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_distance2;
28 double cost_sqsin;
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