Skip to content
Snippets Groups Projects
  1. Apr 19, 2025
  2. Apr 18, 2025
  3. Apr 08, 2025
  4. Apr 06, 2025
  5. Apr 05, 2025
  6. Feb 24, 2025
  7. Feb 13, 2025
  8. Jan 10, 2025
  9. Jan 08, 2025
  10. Dec 14, 2024
  11. Nov 30, 2024
    • Bernhard Johannes Berger's avatar
      * Refactored parts of the statistics API and made it part of... · dd989f1f
      Bernhard Johannes Berger authored
      * Refactored parts of the statistics API and made it part of `de.evoal.optimisation.api.model`. The result was renamed to `Iteration`.
      * Renamed component `individuals-per-generation` to `candidates-per-iteration`
      * Renamed component `best-individual-per-generation` to `best-candidate-per-iteration`
      * Adapted all examples to reflect the renaming
      * Implemented a `StoppingCriterion` concept for optimisation algorithms.
      * Added an initial `iteration-count` component that allows terminates the optimisation algorithm after a specified number of iterations.
      * Adapted EA to use the stopping criterion.
      * Adapted EA examples to use stopping criterion correctly. 
       
      Changelog: feature
      dd989f1f
  12. Nov 29, 2024
  13. Nov 25, 2024
  14. Nov 17, 2024
  15. Nov 14, 2024
  16. Nov 02, 2024
  17. Oct 28, 2024
  18. Oct 15, 2024
  19. Sep 09, 2024
  20. Sep 07, 2024
  21. Aug 31, 2024
    • Bernhard Johannes Berger's avatar
      ## `mll` · 0b44130c
      Bernhard Johannes Berger authored
      Support integer literals in range expression of for loops.
      
      ## `generator`
      Support integer literals in range expressions of for loops and allow variable usage in count part of write statement.  
      
      The changes are downwards compatible and resolve #120 "Dynamic sample size in for-loops".
      
      Changelog: changed
      0b44130c
  22. Aug 24, 2024
  23. Aug 22, 2024
  24. Aug 21, 2024
    • Bernhard Johannes Berger's avatar
      This commit resolves issue #116 "ClassCastException when setting integer value... · 3cd366b0
      Bernhard Johannes Berger authored
      This commit resolves issue #116 "ClassCastException when setting integer value for σ in noise-data component."
      
      Reworked the handling of DSL files for developers. The `LanguageHelper` component was renamed to `AttributeHelper` and is more powerful than the old version. The function `lookup` automatically does default value handling (using default values of the attribute definition if the attribute is missing in the DSL) and automatic type casts. Thus, `int` values are now automatically casted into `double` values if the attribute definition states that the attribute is of type `real`.
      
      Changelog: changed
      3cd366b0
  25. Aug 10, 2024
  26. Aug 09, 2024
  27. Aug 06, 2024
  28. Aug 02, 2024
Loading