Skip to content
Snippets Groups Projects
Commit 8bad9db5 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Move the operator selection to the Opt4J framework


* The operator selection is now embedded in the Opt4J framework, so
  remove all code in this plugin related to that feature.
* The previous implementation was buggy such that multiple operators
  could be bound to one genotype, but only one of them was executed per
  exploration run (random selection).
* Fixing these issues in this plugin would have been a suboptimal
  solution since the required selection logic would need to be
  duplicated in each module binding multiple operators.

Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent 31e5a8c6
No related branches found
No related tags found
No related merge requests found
Showing
with 87 additions and 245 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment