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

Download JAR files tagged by genetic with all dependencies


glis-client-jersey2 from group org.genesys-pgr (version 1.1.1)

API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with jersey2

Group: org.genesys-pgr Artifact: glis-client-jersey2
Show all versions Show documentation Show source 
Download glis-client-jersey2.jar (1.1.1)
 

0 downloads
Artifact glis-client-jersey2
Group org.genesys-pgr
Version 1.1.1
Last update 11. September 2018
Organization not specified
URL https://gitlab.croptrust.org/genesys-pgr/glis-client/glis-client-parent/glis-client-jersey2
License The Apache License, Version 2.0
Dependencies amount 13
Dependencies swagger-annotations, glis-client-common, jersey-client, jersey-media-multipart, jersey-media-json-jackson, jackson-core, jackson-annotations, jackson-databind, jackson-datatype-jsr310, jackson-datatype-threetenbp, jackson-dataformat-xml, migbase64, jersey-media-jaxb,
There are maybe transitive dependencies!

glis-client-okhttp-gson from group org.genesys-pgr (version 1.1.1)

API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with okhttp+gson

Group: org.genesys-pgr Artifact: glis-client-okhttp-gson
Show all versions Show documentation Show source 
Download glis-client-okhttp-gson.jar (1.1.1)
 

0 downloads
Artifact glis-client-okhttp-gson
Group org.genesys-pgr
Version 1.1.1
Last update 11. September 2018
Organization not specified
URL https://gitlab.croptrust.org/genesys-pgr/glis-client
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies swagger-annotations, glis-client-common, okhttp, logging-interceptor, gson, gson-fire,
There are maybe transitive dependencies!

glis-client-resteasy from group org.genesys-pgr (version 1.0)

API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with RESTeasy

Group: org.genesys-pgr Artifact: glis-client-resteasy
Show documentation Show source 
Download glis-client-resteasy.jar (1.0)
 

0 downloads
Artifact glis-client-resteasy
Group org.genesys-pgr
Version 1.0
Last update 26. October 2017
Organization not specified
URL https://gitlab.croptrust.org/genesys-pgr/glis-client/glis-client-parent/glis-client-resteasy
License The Apache License, Version 2.0
Dependencies amount 10
Dependencies swagger-annotations, glis-client-common, resteasy-client, resteasy-multipart-provider, jackson-core, jackson-annotations, jackson-databind, jackson-dataformat-xml, jackson-datatype-jsr310, resteasy-jackson-provider,
There are maybe transitive dependencies!

spark-ml-regex-generator from group com.github.chen0040 (version 1.0.1)

Group: com.github.chen0040 Artifact: spark-ml-regex-generator
Show documentation Show source 
Download spark-ml-regex-generator.jar (1.0.1)
 

0 downloads

java-util from group com.livae (version 0.1)

Set of utilities in java: data structures (trie, b-star, octree) and search algorithms (a-star, genetic algorithm)

Group: com.livae Artifact: java-util
Show documentation Show source 
Download java-util.jar (0.1)
 

4 downloads
Artifact java-util
Group com.livae
Version 0.1
Last update 20. March 2015
Organization not specified
URL https://github.com/jorgemf/java-util
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

attributeSelectionSearchMethods from group nz.ac.waikato.cms.weka (version 1.0.7)

This package provides four search methods for attribute selection: ExhaustiveSearch, GeneticSearch, RandomSearch and RankSearch. See: David E. Goldberg (1989). Genetic algorithms in search, optimization and machine learning. Addison-Wesley. Mark Hall, Geoffrey Holmes (2003). Benchmarking attribute selection techniques for discrete class data mining. IEEE Transactions on Knowledge and Data Engineering. 15(6):1437-1447.

Group: nz.ac.waikato.cms.weka Artifact: attributeSelectionSearchMethods
Show all versions Show documentation Show source 
Download attributeSelectionSearchMethods.jar (1.0.7)
 

1 downloads
Artifact attributeSelectionSearchMethods
Group nz.ac.waikato.cms.weka
Version 1.0.7
Last update 27. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/attributeSelectionSearchMethods
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

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

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 
Download chips-n-salsa.jar (7.0.1)
 

0 downloads
Artifact chips-n-salsa
Group org.cicirello
Version 7.0.1
Last update 12. December 2024
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 5 from 5 (items total 47)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy