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 1
1
# GalacticOptim.jl
2
2
3
3
[ ![ 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/ )
4
6
5
7
GalacticOptim.jl is a package with a scope that is beyond your normal global optimization
6
8
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
35
37
- [ Evolutionary.jl] ( https://github.com/wildart/Evolutionary.jl ) (see also [ this documentation] ( https://wildart.github.io/Evolutionary.jl/dev/ ) )
36
38
- [ CMAEvolutionStrategy.jl] ( https://github.com/jbrea/CMAEvolutionStrategy.jl )
37
39
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
+
38
47
## Examples
39
48
40
49
``` julia
You can’t perform that action at this time.
0 commit comments