Skip to content
Snippets Groups Projects
  1. Mar 12, 2019
  2. Mar 11, 2019
  3. Mar 02, 2019
  4. Mar 01, 2019
  5. Feb 14, 2019
  6. Feb 13, 2019
  7. Jan 22, 2019
  8. Jan 16, 2019
  9. Jan 14, 2019
  10. Jan 11, 2019
    • Alexander Diewald's avatar
      Reuse eligible Phenotypes in the offspring · c2dfd6ca
      Alexander Diewald authored
      
      * Adds a injector/binder analyzer that allows to query which phenotypes
        are affected by Genotype modifications.
      * Create a Holder for Phenotypes that may be preserved.
      * Add preserved phenotypes to the decoding cache before launching the
        actual decoding.
      * Update Opt4J to enable tracking of modified genotypes.
      * Correct the crossover and mutate module for the ProvidingPhenotype.
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      c2dfd6ca
  11. Jan 10, 2019
  12. Jan 04, 2019
  13. Jan 02, 2019
  14. Dec 31, 2018
    • Alexander Diewald's avatar
      Move the operator selection to the Opt4J framework · 8bad9db5
      Alexander Diewald authored
      
      * 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>
      8bad9db5
  15. Dec 19, 2018
  16. Dec 18, 2018
  17. Dec 17, 2018
  18. Dec 16, 2018
  19. Dec 14, 2018
  20. Dec 12, 2018
  21. Dec 11, 2018
  22. Dec 08, 2018
  23. Nov 20, 2018
    • Alexander Diewald's avatar
      Constraint Framework: Add Initial Prototype · cbbb38d5
      Alexander Diewald authored
      
      * Deprecates the IConstraintEncoding.
      * The "framework" holds the initial or generated constraints (by
        decoders) and allows to query them for the construction or their
        modification.
      * Constraints are associated with Genotype instances to restrict the
        modifications applied to them.
      * Constraints are associated with Phenotype types such that constraints
        can be declared before the instance are constructed in order to make
        the construction operations aware of the constraints to be applied.
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      cbbb38d5
  24. Nov 19, 2018
  25. Nov 13, 2018
  26. Nov 07, 2018
Loading