Git Product home page Git Product logo

smallevo's Introduction

SmallEvo build status

A small genetic algorithm framework written using new Java 8 features
VERSION 1.2 RELEASE 20140922

  • Java 8
  • Maven 3
  • No external dependencies at this time, besides JUnit
  • Note that the current Unit Tests are really just eyeball style tests so I can quickly see if things are working.
  • See examples in the com.mattring.smallevo.examples package

  • 1st example is PhrasesMain.java
  • Attempts to evolve a genome to match the incoming phrase.
  • java com.mattring.smallevo.examples.phrases.PhrasesMain "I love zebras and elephants"

  • 2nd example is TravelingSalesmanMain.java
  • Attempts to evolve minimum distance solution to the Traveling Salesman Problem (TSP).
  • Reads the tsp_destinations.txt file (which can be created with DestinationFileCreatorMain).
  • The TSP, as I have defined it, is to find the shortest possible path that:
    1. begins at the salesperson's home base (defined as destination[0])
    2. visits every other destination once
    3. returns to home base
  • Provides a javafx-based visual playback of the evolution.
  • java com.mattring.smallevo.examples.travelingsalesman.TravelingSalesmanMain

traveling salesman animation


SmallEvo is released as open source under the Apache 2.0 License.

smallevo's People

Contributors

mring33621 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.