Skip to content
/ grasp Public

A library for Reactive Greedy Randomized Adapative Search Procedures

Notifications You must be signed in to change notification settings

Bio4Res/grasp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive GRASP

A library for reactive greedy randomized adaptive search procedures.

Carlos Cotta, 2024

Requirements

Requires JDK 17 or higher. The project relies on the json-simple library for parsing configuration files and dumping statistics. A Maven dependency is included in the pom.xml file for this purpose. Alternatively, non-Maven users may download json-simple-4.0.1.jar and add it to the project build path.

Usage

See es.uma.lcc.caesium.grasp.test package for an example of use.

The configuration of the algorithm is done via a JSON file (see run/grasp.json for an example).

If you are using Maven, the following dependency can be added to your project:

    <dependency>
    	<groupId>es.uma.lcc.caesium</groupId>
    	<artifactId>grasp</artifactId>
  	<version>1.0</version>
    </dependency>

Applications

The library has been used in the following projects (non-exhaustive list):

About

A library for Reactive Greedy Randomized Adapative Search Procedures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages