Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example or document #42

Closed
sadiqdu opened this issue Jan 27, 2020 · 1 comment
Closed

Example or document #42

sadiqdu opened this issue Jan 27, 2020 · 1 comment

Comments

@sadiqdu
Copy link

sadiqdu commented Jan 27, 2020

Dear Authors,
I would like to use EvoloPy for my own dataset. Can you send me an example or documents on how I can use the EvoloPy?

Regards,
Dr Sadiq Hussain,
India

@RaneemQaddoura
Copy link
Collaborator

Hi Dr Sadiq,

you can find the details in this paper:
https://www.scitepress.org/Papers/2016/60482/60482.pdf

Also, for the example, you can run the optimizer.py and setup your experiment by selecting the optmizers, the benchmarks, number of runs, number of iterations, and population size. As mentioned in the readme file:

To choose PSO optimizer for your experiment, change the PSO flag to true and others to false.

Select optimizers:
PSO= True
MVO= False
GWO = False
MFO= False
CS= False
...
After that, Select benchmark function:

F1=True
F2=False
F3=False
F4=False
F5=False
F6=False
....
Change NumOfRuns, PopulationSize, and Iterations variables as you want:

NumOfRuns=10
PopulationSize = 50
Iterations= 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants