All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by metaheuristics with all dependencies

Search JAR files by class name

jmetalsp-streamingdatasource from group org.uma.jmetalsp (version 2.0)

Group: org.uma.jmetalsp Artifact: jmetalsp-streamingdatasource
Show documentation Show source 
 

1 downloads
Artifact jmetalsp-streamingdatasource
Group org.uma.jmetalsp
Version 2.0
Last update 01. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jmetalsp-core, jmetalsp-observeddata,
There are maybe transitive dependencies!

jmetalsp-algorithm from group org.uma.jmetalsp (version 2.0)

Group: org.uma.jmetalsp Artifact: jmetalsp-algorithm
Show all versions Show documentation Show source 
 

1 downloads
Artifact jmetalsp-algorithm
Group org.uma.jmetalsp
Version 2.0
Last update 01. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jmetalsp-core, jmetalsp-observeddata, jmetal-algorithm, jmetal-problem,
There are maybe transitive dependencies!

jmetalsp-consumer from group org.uma.jmetalsp (version 2.0)

Group: org.uma.jmetalsp Artifact: jmetalsp-consumer
Show documentation Show source 
 

0 downloads
Artifact jmetalsp-consumer
Group org.uma.jmetalsp
Version 2.0
Last update 01. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jmetalsp-core, jmetalsp-observeddata, xchart,
There are maybe transitive dependencies!

jmetalsp-observeddata from group org.uma.jmetalsp (version 2.0)

Group: org.uma.jmetalsp Artifact: jmetalsp-observeddata
Show documentation Show source 
 

0 downloads
Artifact jmetalsp-observeddata
Group org.uma.jmetalsp
Version 2.0
Last update 01. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jmetal-core, jmetalsp-core,
There are maybe transitive dependencies!

jmetalsp-application from group org.uma.jmetalsp (version 1.0)

Group: org.uma.jmetalsp Artifact: jmetalsp-application
Show documentation Show source 
 

0 downloads
Artifact jmetalsp-application
Group org.uma.jmetalsp
Version 1.0
Last update 19. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies jmetalsp-core, jmetalsp-algorithm, jmetalsp-problem, spark-streaming-twitter_2.10, spark-streaming-kafka_2.10, mockito-all, commons-lang3, jgrapht-core, jgrapht-ext, gson, kafka_2.10,
There are maybe transitive dependencies!

james from group org.jamesframework (version 1.2)

JAMES is a modern Java framework for discrete optimization using local search metaheuristics.

Group: org.jamesframework Artifact: james
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact james
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL http://www.jamesframework.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

james-examples from group org.jamesframework (version 1.2)

The JAMES examples module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. It provides a series of example problem implementations where different algorithms are applied to obtain solutions.

Group: org.jamesframework Artifact: james-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact james-examples
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies james-core, james-extensions,
There are maybe transitive dependencies!

james-core from group org.jamesframework (version 1.2)

The JAMES core module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.

Group: org.jamesframework Artifact: james-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact james-core
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

james-extensions from group org.jamesframework (version 1.2)

The JAMES extensions module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. It extends the core with additional tools for advanced problem specification and search customization. It also provides specific components for some other problem types besides subset selection (e.g. permutation problems) and an automated analysis workflow.

Group: org.jamesframework Artifact: james-extensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact james-extensions
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies james-core, mjson,
There are maybe transitive dependencies!

chips-n-salsa from group org.cicirello (version 6.4.0)

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.

Group: org.cicirello Artifact: chips-n-salsa
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa
Group org.cicirello
Version 6.4.0
Last update 28. July 2023
Organization Cicirello.Org
URL https://chips-n-salsa.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 3
Dependencies jpt, rho-mu, core,
There are maybe transitive dependencies!



Page 2 from 2 (items total 20)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy