How is automatic restarting in eNSGAII controlled in MOEA? I see the property "injectionRate" can be modified, but is there a way to know how often (and perhaps to set) the frequency or number of restarts for a given run?
The restart rates are currently hard-coded. I'll fix that and make them parameters in the next release. By default, it restarts every 100 iterations. If you would like to tweak these parameters in the meantime, look at the neweNSGAII function in src/org/moeaframework/algorithms/StandardAlgorithms.java.
Thanks for reporting this!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The restart rates are currently hard-coded. I'll fix that and make them
parameters in the next release. By default, it restarts every 100
iterations. If you would like to tweak these parameters in the meantime,
look at the neweNSGAII function in
src/org/moeaframework/algorithms/StandardAlgorithms.java.
Status: open Group: 2.1 Created: Mon Dec 15, 2014 06:00 PM UTC by Brad Last Updated: Mon Dec 15, 2014 06:00 PM UTC Owner: nobody
Hello,
How is automatic restarting in eNSGAII controlled in MOEA? I see the
property "injectionRate" can be modified, but is there a way to know how
often (and perhaps to set) the frequency or number of restarts for a given
run?
Brad,
The restart rates are currently hard-coded. I'll fix that and make them parameters in the next release. By default, it restarts every 100 iterations. If you would like to tweak these parameters in the meantime, look at the
neweNSGAIIfunction insrc/org/moeaframework/algorithms/StandardAlgorithms.java.Thanks for reporting this!
Thanks for your quick response! I'll look at the
StandardAlgorithms---thanks!
Brad
On Mon, Dec 15, 2014 at 10:49 AM, D. Hadka dhadka@users.sf.net wrote:
Related
Bugs:
#28Added parameters
windowSize,maxWindowSize,minimumPopulationSize, andmaximumPopulationSize. Will be included in version 2.4.