fritsche / hhdea

HHdEA - Hyper-heuristics for distributed Evolutionary Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter setting is confusing

fritsche opened this issue · comments

It would be nice the use of Commons CLI.
This would allow optional parameters, and avoid the current positional strategy.

Done at #14 .

Simplify parameters setting by turning all of them optional (with default values).

  • This will help on issue #16 .
  • This will ease the inclusion of new parameters.