Support RouletteWheelSelector and ProbabilitySelector
The selectors are mentioned in SelectorFactory.java but they are not supported.
Reported by @ste_jan
Designs
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Bernhard Johannes Berger changed due date to April 14, 2023
changed due date to April 14, 2023
- Bernhard Johannes Berger added bug confirmed labels
- Bernhard Johannes Berger assigned to @berber
assigned to @berber
- Bernhard Johannes Berger added doing label
added doing label
- Bernhard Johannes Berger mentioned in commit f5e62d42
mentioned in commit f5e62d42
- Author Owner
The ProbabilitySelector is an abstract class and cannot be used directly. Currently, there are four probability-based selectors: boltzmann-selector, exponential-rank-selector, linear-rank-selector, roulette-wheel-selector.
- Author Owner
The commit added the roulette wheel selector to the factory.
By adding the following entry to your
ea.dl
, you can use it in your configuration.type 'roulette-wheel-selector' extends selector { }
@ste_jan Can you please test if it works for you with the new release?
Edited by Bernhard Johannes Berger - Bernhard Johannes Berger added testing label and removed doing label
- Bernhard Johannes Berger assigned to @ste_jan
assigned to @ste_jan
- Bernhard Johannes Berger closed
closed
- Bernhard Johannes Berger removed testing label
removed testing label
- Author Owner
There was a bug in the dl file above
Please register or sign in to reply