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:
Johann Dreo 2023-02-10 09:51:56 +01:00 committed by Johann Dreo
commit 9cb60e4b10
13 changed files with 38 additions and 19 deletions

View file

@ -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>