Skip to content

OrPolyzos/genetic-algorithm-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm Library

Library that contains base functionality to implement a Genetic Algorithm tailored to the needs of any project.

Technical Instructions

  • Clone the genetic-algorithm-library project (this one) and run mvn clean install from a terminal in the root directory (where pom.xml is located). This will install the forementioned project in your local .m2 to be used/imported by any projects that will be needing it.
  • Add the following dependency to the <dependencies> section of your project's pom.xml
    <dependency>
        <groupId>com.algorithms.ai</groupId>
        <artifactId>genetic-algorithm</artifactId>
        <version>1.0.0</version>
    </dependency>

Sample projects/implementations

About

Library that contains base functionality to implement a Genetic Algorithm tailored to any needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages