Skip to content

Commit a571acc

Browse files
Update README.md
1 parent 60e2a4b commit a571acc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
GalacticOptim.jl is a package with a scope that is beyond your normal global optimization
68
package. 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

0 commit comments

Comments
 (0)