Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>One way to deal with this is at the variation level. You can decorate your favourite variation scheme with a decorator that remaps the invalid individuals to a valid domain.</p> <p>There are multiple ways to efficiently handle numerical constraints when using evolutionary algorithms. I recommend you the following paper by Coello Coello which is an extensive survey on the different methods that can be used. The DEAP documentation has some <a href="http://deap.gel.ulaval.ca/doc/dev/tutorials/advanced/constraints.html" rel="nofollow">code examples</a>. </p> <p>Carlos A Coello Coello, <em>Theoretical and numerical constraint-handling techniques used with evolutionary algorithms: a survey of the state of the art</em>, Computer Methods in Applied Mechanics and Engineering, Volume 191, Issues 11–12, 4 January 2002, Pages 1245-1287, ISSN 0045-7825, <a href="http://dx.doi.org/10.1016/S0045-7825(01)00323-1" rel="nofollow">http://dx.doi.org/10.1016/S0045-7825(01)00323-1</a>. <a href="http://www.sciencedirect.com/science/article/pii/S0045782501003231" rel="nofollow">http://www.sciencedirect.com/science/article/pii/S0045782501003231</a></p> <p>Note that the consequences of a remapping should be taken in account as the crossover and mutation should transfer the genetic material from parent to offsprings. If your mapping shuffles too much the values, the result can be more or less a random search. Maybe you should try to define problem specific operators that produce less invalid individuals.</p> <p>Also, Note that I'm a <a href="http://deap.googlecode.com" rel="nofollow">DEAP</a> developer and the answer can also be found on the <a href="https://groups.google.com/forum/#!forum/deap-users" rel="nofollow">mailing list</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload