github / release-radar

Repo for submission of projects to consider for the GitHub Release Radar 📡
https://releaseradar.github.com
Creative Commons Zero v1.0 Universal
299 stars 23 forks source link

[Release Radar Request] Chips-n-Salsa #120

Closed cicirello closed 1 year ago

cicirello commented 2 years ago

Open Source Project name

Chips-n-Salsa

What is your project?

Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. The library includes genetic algorithms as well as evolutionary algorithms more generally, as well as stochastic local search algorithms, such as simulated annealing, hill climbers, as well as constructive search algorithms such as stochastic sampling.

Version

6.0.0

Date

September 2, 2022

Description of breaking changes

The latest release includes additional support for evolving solutions to problems whose solutions are represented with permutations. In particular, this release adds a wide variety of crossover operators for permutations. This release also cleans up other parts of the library such as removing previously deprecated classes.

GitHub Repo

https://github.com/cicirello/Chips-n-Salsa

Website

https://chips-n-salsa.cicirello.org/

Link to changelog

https://github.com/cicirello/Chips-n-Salsa/blob/master/CHANGELOG.md

Social media

Didn't post to social media

Anything else to add?

No response

mishmanners commented 1 year ago

Congrats on being featured in the September 2022 Release Radar 🥳

cicirello commented 1 year ago

@mishmanners thanks!