MVN

org.cicirello : chips-n-salsa

Maven & Gradle

Jul 28, 2023
3 usages
48 stars

Chips-n-Salsa · 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, including simulated annealing, hill climbers, as well as constructive search algorithms such as stochastic sampling. Chips-n-Salsa now also includes genetic algorithms as well as evolutionary algorithms more generally. The library very extensively supports simulated annealing. It includes several classes for representing solutions to a variety of optimization problems. For example, the library includes a BitVector class that implements vectors of bits, as well as classes for representing solutions to problems where we are searching for an optimal vector of integers or reals. For each of the built-in representations, the library provides the most common mutation operators for generating random neighbors of candidate solutions, as well as common crossover operators for use with evolutionary algorithms. Additionally, the library provides extensive support for permutation optimization problems, including implementations of many different mutation operators for permutations, and utilizing the efficiently implemented Permutation class of the JavaPermutationTools (JPT) library. Chips-n-Salsa is customizable, making extensive use of Java's generic types, enabling using the library to optimize other types of representations beyond what is provided in the library. It is hybridizable, providing support for integrating multiple forms of local search (e.g., using a hill climber on a solution generated by simulated annealing), creating hybrid mutation operators (e.g., local search using multiple mutation operators), as well as support for running more than one type of search for the same problem concurrently using multiple threads as a form of algorithm portfolio. Chips-n-Salsa is iterative, with support for multistart metaheuristics, including implementations of several restart schedules for varying the run lengths across the restarts. It also supports parallel execution of multiple instances of the same, or different, stochastic local search algorithms for an instance of a problem to accelerate the search process. The library supports self-adaptive search in a variety of ways, such as including implementations of adaptive annealing schedules for simulated annealing, such as the Modified Lam schedule, implementations of the simpler annealing schedules but which self-tune the initial temperature and other parameters, and restart schedules that adapt to run length.

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>chips-n-salsa</artifactId>
    <version>6.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cicirello : chips-n-salsa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

Choose a version of org.cicirello : chips-n-salsa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
chips-n-salsa-6.4.0
6.3.x
chips-n-salsa-6.3.0
6.2.x
chips-n-salsa-6.2.1
chips-n-salsa-6.2.0
6.1.x
chips-n-salsa-6.1.0
6.0.x
chips-n-salsa-6.0.0
5.2.x
chips-n-salsa-5.2.0
5.1.x
chips-n-salsa-5.1.0
5.0.x
chips-n-salsa-5.0.1
chips-n-salsa-5.0.0
4.8.x
chips-n-salsa-4.8.0
4.7.x
chips-n-salsa-4.7.0
4.6.x
chips-n-salsa-4.6.0
4.5.x
chips-n-salsa-4.5.0
4.4.x
chips-n-salsa-4.4.0
4.3.x
chips-n-salsa-4.3.0
4.2.x
chips-n-salsa-4.2.1
chips-n-salsa-4.2.0
4.1.x
chips-n-salsa-4.1.0
4.0.x
chips-n-salsa-4.0.0
3.1.x
chips-n-salsa-3.1.0
3.0.x
chips-n-salsa-3.0.0
2.13.x
chips-n-salsa-2.13.0
2.12.x
chips-n-salsa-2.12.1
chips-n-salsa-2.12.0
2.11.x
chips-n-salsa-2.11.1
chips-n-salsa-2.11.0
2.10.x
chips-n-salsa-2.10.0
2.9.x
chips-n-salsa-2.9.0
2.8.x
chips-n-salsa-2.8.0
2.7.x
chips-n-salsa-2.7.0
2.6.x
chips-n-salsa-2.6.0
2.5.x
chips-n-salsa-2.5.2
chips-n-salsa-2.5.1
chips-n-salsa-2.5.0
2.4.x
chips-n-salsa-2.4.1
chips-n-salsa-2.4.0
2.3.x
chips-n-salsa-2.3.0
2.2.x
chips-n-salsa-2.2.0
2.1.x
chips-n-salsa-2.1.0
2.0.x
chips-n-salsa-2.0.0

How to add a dependency to Maven

Add the following org.cicirello : chips-n-salsa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>chips-n-salsa</artifactId>
    <version>6.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cicirello : chips-n-salsa gradle dependency to your build.gradle file:

implementation 'org.cicirello:chips-n-salsa:6.4.0'

Gradle Kotlin DSL: Add the following org.cicirello : chips-n-salsa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cicirello:chips-n-salsa:6.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cicirello : chips-n-salsa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cicirello" % "chips-n-salsa" % "6.4.0"

Advertisement

Dependencies from Group

Jul 28, 2023
3 usages
48 stars
jpt
May 30, 2023
2 usages
8 stars
Jun 11, 2023
2 usages
1 stars
Apr 21, 2023
2 usages
0 stars
Aug 02, 2023
2 stars

Discover Dependencies

Oct 30, 2022
1.9k stars
Jan 15, 2021
9 stars
Feb 28, 2023
27 stars
Mar 28, 2023
16 usages
169 stars
May 18, 2021
13 usages
169 stars
Mar 28, 2023
50 usages
169 stars
Mar 28, 2023
4 usages
169 stars
Aug 25, 2023
9 usages
11.9k stars