Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

Multimethod operator how to use #130

Closed mronda closed 4 years ago

mronda commented 4 years ago

Hi, Can someone explain how to use the Multimethod operator ? Does it work where I can set, for example, my crossover operator to be SBX() and after a certain time switch to SPX() ? An example would be super helpful. Thanks in advance ! -Max