| 21 | }; |
| 22 | |
| 23 | struct 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 | |
| 31 | typedef EA::Genetic<MySolution,MyMiddleCost> GA_Type; |
| 32 | typedef EA::GenerationType<MySolution,MyMiddleCost> Generation_Type; |
nothing calls this directly
no outgoing calls
no test coverage detected