rgaveiga / mosa

Multi-objective Simulated Annealing (MOSA) implementation in pure Python.
GNU General Public License v3.0
4 stars 0 forks source link

Class methods to set parameters #7

Open rgaveiga opened 1 month ago

rgaveiga commented 1 month ago

Many parameters of an optimization run are defined as dictionaries that are passed to properties. The idea is to create methods that set these parameters in a more user-friendly way.