Skip to content

edwinb-ai/BioMetaheuristics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioMetaheuristics.jl

Nature-inspired and bio-inspired algorithms for unconstrained optimization.

Style Documentation Build Status Coverage
Code Style: Blue Dev CI Coverage Status codecov

Installation

BioMetaheuristics.jl is not in the official Registry yet; instead, you can install by one of the following

using Pkg

Pkg.add("https://github.com/edwinb-ai/BioMetaheuristics.jl.git")

or in the Julia REPL

julia>]     # Type ] to enter Pkg

pkg> add https://github.com/edwinb-ai/BioMetaheuristics.jl.git

Usage

There used to be a Demo section to showcase how this package works. Now a couple of examples can be read on the documentation.