Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 1.44 KB

README.md

File metadata and controls

executable file
·
31 lines (19 loc) · 1.44 KB

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.