refactor(mo): use clog instead of cout & use at accessors in Debug builds
Should really use eo::log, but waiting for logger refactoring.
This commit is contained in:
parent
5a7fdf7ed3
commit
9cb60e4b10
13 changed files with 38 additions and 19 deletions
|
|
@ -40,7 +40,9 @@
|
|||
|
||||
/**
|
||||
* Full evaluation to use with a moBackableNeighbor
|
||||
* !!!WARNING!!! Use only when your solution is composed by a fitness Value and a "genotype"
|
||||
*
|
||||
* @warning Use only when your solution is composed by a fitness Value and a "genotype",
|
||||
* and no any other data structure.
|
||||
*
|
||||
*/
|
||||
template<class BackableNeighbor>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue