File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# GalacticOptim.jl
22
33[ ![ Build Status] ( https://travis-ci.com/SciML/GalacticOptim.jl.svg?branch=master )] ( https://travis-ci.com/SciML/GalacticOptim.jl )
4+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( http://galacticoptim.sciml.ai/stable/ )
5+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( http://galacticoptim.sciml.ai/dev/ )
46
57GalacticOptim.jl is a package with a scope that is beyond your normal global optimization
68package. GalacticOptim.jl seeks to bring together all of the optimization packages
@@ -35,6 +37,13 @@ see also the available [algorithms](https://nlopt.readthedocs.io/en/latest/NLopt
3537- [ Evolutionary.jl] ( https://github.com/wildart/Evolutionary.jl ) (see also [ this documentation] ( https://wildart.github.io/Evolutionary.jl/dev/ ) )
3638- [ CMAEvolutionStrategy.jl] ( https://github.com/jbrea/CMAEvolutionStrategy.jl )
3739
40+ ## Tutorials and Documentation
41+
42+ For information on using the package,
43+ [ see the stable documentation] ( https://galacticoptim.sciml.ai/stable/ ) . Use the
44+ [ in-development documentation] ( https://galacticoptim.sciml.ai/dev/ ) for the version of
45+ the documentation, which contains the unreleased features.
46+
3847## Examples
3948
4049``` julia
You can’t perform that action at this time.
0 commit comments