Skip to content
Snippets Groups Projects
  1. Jan 04, 2019
    • Alexander Diewald's avatar
      Fix consistency of geno- and phenotypes after switching to Guice · 5f3ee33a
      Alexander Diewald authored
      
      * Adjust the design of the encoding provision module to enable its lazy
        construction from genotypes when a new instance is generated by the
        Opt4J framework.
      * Fix a copy bug in the instantiated task mapping encodings where the
        allocation maps were not aligned.
      * Fixup the calculation of the constraint that ensures only tasks with
        the same SIL are allocated to one partition.
      * Remove no longer required copy operators.
      * Bug fix: Correct the references to the included Opt4J jars.
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      5f3ee33a
  2. Jan 02, 2019
  3. 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
  4. Dec 19, 2018
  5. Dec 18, 2018
  6. Dec 17, 2018
  7. Dec 16, 2018
  8. Dec 14, 2018
  9. Dec 12, 2018
  10. Dec 11, 2018
  11. Dec 08, 2018
  12. 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
  13. Nov 19, 2018
  14. Nov 13, 2018
  15. Nov 07, 2018
  16. Nov 06, 2018
  17. Oct 30, 2018
  18. Oct 23, 2018
  19. Oct 22, 2018
  20. Oct 02, 2018
Loading