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

Class MyMiddleCost

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

Source from the content-addressed store, hash-verified

26};
27
28struct MyMiddleCost
29{
30 // This is where the results of simulation
31 // is stored but not yet finalized.
32 double cost_distance2;
33 double cost_sqsin;
34};
35
36typedef EA::Genetic<MySolution,MyMiddleCost> GA_Type;
37typedef EA::GenerationType<MySolution,MyMiddleCost> Generation_Type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected