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