Menu

#28 Automatic Restart with eNSGAII

2.1
closed
nobody
None
5
2014-12-16
2014-12-15
Brad
No

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?

Thanks,
Brad

Related

Bugs: #28

Discussion

  • D. Hadka

    D. Hadka - 2014-12-15

    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 neweNSGAII function in src/org/moeaframework/algorithms/StandardAlgorithms.java.

    Thanks for reporting this!

     
    • Brad

      Brad - 2014-12-15

      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:

      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 neweNSGAII function in
      src/org/moeaframework/algorithms/StandardAlgorithms.java.

      Thanks for reporting this!

      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?

      Thanks,
      Brad


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/moeaframework/bugs/28/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #28

  • D. Hadka

    D. Hadka - 2014-12-16

    Added parameters windowSize, maxWindowSize, minimumPopulationSize, and maximumPopulationSize. Will be included in version 2.4.

     
  • D. Hadka

    D. Hadka - 2014-12-16
    • status: open --> closed