Skip to content
Snippets Groups Projects
  1. Feb 24, 2025
  2. Feb 13, 2025
  3. Jan 10, 2025
  4. Jan 08, 2025
  5. Dec 14, 2024
  6. 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
  7. Nov 29, 2024
  8. Nov 25, 2024
  9. Nov 17, 2024
  10. Nov 14, 2024
  11. Nov 02, 2024
  12. Oct 28, 2024
  13. Oct 15, 2024
  14. Sep 09, 2024
  15. Sep 07, 2024
  16. 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
  17. Aug 24, 2024
  18. Aug 22, 2024
  19. 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
  20. Aug 10, 2024
  21. Aug 09, 2024
  22. Aug 06, 2024
  23. Aug 02, 2024
  24. Jul 31, 2024
  25. Jul 26, 2024
  26. Jul 23, 2024
  27. Jul 10, 2024
  28. Jul 09, 2024
  29. Jul 01, 2024
  30. Jun 30, 2024
  31. Jun 29, 2024
  32. Jun 21, 2024
  33. Jun 20, 2024
Loading