Skip to content

create abstract type for population based Metaheuristic #1

Description

@michiboo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions