jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
515 stars 150 forks source link

Step and Silent parameters suggestions for WriteFrontToFileObserver #54

Closed saviosampaio closed 8 months ago

saviosampaio commented 4 years ago

Good Morning! Congratulations on working with the jMetalPy framework.

I would like to suggest two parameters for the "observer" "WriteFrontToFileObserver":

  1. step = int, to record the function values ​​only at each N evaluations (similar to the PlotFrontToFileObserver).

  2. silent = boolean, to write the values ​​in the background without printing Log to output

Thank you very much.

Regards.

Savio