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

create abstract type for population based Metaheuristic #1

Open
michiboo opened this issue Aug 4, 2020 · 0 comments
Open

create abstract type for population based Metaheuristic #1

michiboo opened this issue Aug 4, 2020 · 0 comments

Comments

@michiboo
Copy link
Contributor

michiboo commented Aug 4, 2020

population based Metaheuristic usually consist such step:
Step 1: Start.
Step 2: Randomized initialization.
Step 3: Fitness evaluation of agents.
Step 4: calculation
Step 5: Updating agents’ position.
Step 8: Repeat steps 3 to 5 until the stop criterion is reached.
Step 9: Return best solution.

So it would be best to create an abstract type for it.

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

1 participant