Skip to content

Releases: iscar-ucm/jeco

jeco-24.11

20 Nov 18:31
Compare
Choose a tag to compare

In the latest release of JECO, version 24.11, several significant improvements have been made since the last version, previously known as ECO. The software has undergone a major restructuring, with the core algorithms and problem-solving components being moved to a new package structure under jeco.core. This includes the introduction of new algorithms such as Ant Colony Optimization and Scatter Search, which enhance the software's capability to solve complex optimization problems. Additionally, the codebase has been cleaned up by removing deprecated files and examples, leading to a more streamlined and efficient system. The documentation has been updated to reflect these changes, providing clearer guidance for users. These enhancements aim to improve the performance, usability, and maintainability of the software, making it a more robust tool for developers and researchers.

eco-1.1.0

26 May 17:35
Compare
Choose a tag to compare

HERO has been renamed to ECO. Aditionally, the minimum Java RE required is Java 11.

hero-1.0.0

31 Dec 16:01
Compare
Choose a tag to compare

First stable release of the heuristic optimization library.

hero-1.20191121

21 Nov 21:20
Compare
Choose a tag to compare

The only modification consists of creating a Maven project.

hero-1.20160613

13 Jun 16:49
Compare
Choose a tag to compare

This is the release published on June, 13, 2016

  • SA improved a little bit.
  • Added the possibility of initializing each algorithm with an initial population.

hero-1.20160519

19 May 15:36
Compare
Choose a tag to compare

This is the release published on May, 19, 2016

  • Library with real world applications moved to the hero-lib repository.