Skip to content

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

License

Notifications You must be signed in to change notification settings

MaxHTu/GeneticAlgorithm.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages