Skip to content

Latest commit

 

History

133 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneticAlgorithm

A Julia package for genetic algorithms.

Documentation Build Status

Important

This package is build for the Julia Programming for Machine Learning course at TU Berlin and will will not be maintained afterwards.

Installation:

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

] add https://github.com/MaxHTu/GeneticAlgorithm.jl

For using the package in a Pluto notebook run:

using Pkg;
Pkg.add(url="https://github.com/MaxHTu/GeneticAlgorithm.jl")
using GeneticAlgorithm

Usage example:

To show how this package can be used, use the Tutorial page of the Documentation: https://github.com/MaxHTu/GeneticAlgorithm.jl/blob/main/docs/src/tutorial.md

About

Genetic Algorithm in Julia. Build for the Julia Programming for Machine Learning course at TU Berlin.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages