| 53 | } |
| 54 | |
| 55 | void init_genes(MySolution& p,const std::function<double(void)> &rnd01) |
| 56 | { |
| 57 | p.x=20.0*rnd01()-10.0; |
| 58 | p.y=20.0*rnd01()-10.0; |
| 59 | } |
| 60 | |
| 61 | bool eval_solution( |
| 62 | const MySolution& p, |
nothing calls this directly
no outgoing calls
no test coverage detected