tanzairatier / jmoo2

JMOO = Joe's Multi Objective Optimization. Provides a python-based library of usable problems, algorithms, and tools for composition of valuable MOO-research.
1 stars 0 forks source link

stat collection as alg+problems run to completion #1

Closed tanzairatier closed 7 years ago

tanzairatier commented 7 years ago

stats to collect based on configuration. could be gathering stuff such as median score of each population, or more complex stats such as spread, or HV, etc.

tanzairatier commented 7 years ago

Every algorithm hits every stat's collect() method.