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
308 stars 22 forks source link

[Release Radar Request] Chips-n-Salsa 7.0.0 #231

Open cicirello opened 2 months ago

cicirello commented 2 months 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 implementations of several stochastic local search algorithms, such as simulated annealing and hill climbers, as well as constructive search algorithms such as stochastic sampling, and it also includes genetic algorithms as well as evolutionary algorithms more generally.

Version

7.0.0

Date

August 1, 2024

Description of breaking changes

Changes include configurable source of randomness, enhancements to evolutionary computation, such as adaptive control parameters and additional evolutionary operators, improvements to various internal code to enhance performance, and various fixes to issues identified by static analysis tools.

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

I didn't post this on social media.

Anything else to add?

No response