DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.77k stars 1.12k forks source link

Add applied multioutput regression example #667

Open ethantenison opened 2 years ago

ethantenison commented 2 years ago

It would be really helpful to include an applied example. It's a struggle to convert these simulated problems to the real world.

fmder commented 2 years ago

Sure, can you submit a pull request? I'll try to review it rapidly

ethantenison commented 1 year ago

Just submitted a pull request using your NSGA3 example with some notes and mock data. It would be incredible to see how you go from an array of known outputs to the optimal/pareto points.