Back to Browse

How to Add an Objective Function to EvoloPy

450 views
Apr 17, 2021
1:07

To add a function to EvoloPy 1. Define the function in the 'benchmark.py' file. 2. Add the function details (name, lower bound, upper bound, and dimension) to the 'param' dictionary at the 'getFunctionDetails' function at the 'benchmark.py' file 3. Use the function by adding its name to the 'objectivefunc' list at the 'example.py' file

Download

0 formats

No download links available.

How to Add an Objective Function to EvoloPy | NatokHD