You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides rigorous global optimisation routines written in pure Julia, using interval arithmetic provided by the author's [IntervalArithmetic.jl](https://github.com/JuliaIntervals/IntervalArithmetic.jl) package.
9
+
IntervalOptimisation.jl is a Julia package for rigorous global optimisation routines, using interval arithmetic provided by the [IntervalArithmetic.jl](https://github.com/JuliaIntervals/IntervalArithmetic.jl) package.
21
10
22
11
Currently, the package uses an implementation of the Moore-Skelboe algorithm.
23
12
24
13
## Documentation
25
-
Documentation for the package is available [here][doc_url].
26
14
27
-
The best way to learn how to use the package is to look at the tutorial, available in the organisation webpage [here](https://juliaintervals.github.io/pages/tutorials/tutorialOptimisation/).
15
+
The official documentation is available online: https://juliaintervals.github.io/IntervalOptimisation.jl/stable.
28
16
29
-
## Usage
17
+
## Usage
30
18
31
-
Functions `minimise` and `maximise` are provided to find the **global** minimum or maximum, respectively, of a standard Julia function `f` of one or several variables.
19
+
Functions `minimise` and `maximise` are provided to find the **global** minimum or maximum, respectively, of a function `f` of one or several variables.
32
20
33
-
They return an `Interval` that is guaranteed to contain the global minimum (maximum), and a `Vector` of `Interval`s or `IntervalBox`es whose union contains all the minimisers.
21
+
They return an `Interval` that is guaranteed to contain the global minimum (maximum), and a `Vector` of `Interval`s whose union contains all the minimisers.
-[David P. Sanders](http://sistemas.fciencias.unam.mx/~dsanders),
85
-
Departamento de Física, Facultad de Ciencias, Universidad Nacional Autónoma de México (UNAM)
86
-
87
-
88
-
## References:
67
+
## References
89
68
90
69
-*Validated Numerics: A Short Introduction to Rigorous Computations*, W. Tucker, Princeton University Press (2010)
91
70
@@ -94,6 +73,3 @@ Departamento de Física, Facultad de Ciencias, Universidad Nacional Autónoma de
94
73
- van Emden M.H., Moa B. (2004). Termination Criteria in the Moore-Skelboe Algorithm for Global Optimization by Interval Arithmetic. In: Floudas C.A., Pardalos P. (eds), *Frontiers in Global Optimization. Nonconvex Optimization and Its Applications*, vol. 74. Springer, Boston, MA. [Preprint](http://webhome.cs.uvic.ca/~vanemden/Publications/mooreSkelb.pdf)
95
74
96
75
- H. Ratschek and J. Rokne, [*New Computer Methods for Global Optimization*](http://pages.cpsc.ucalgary.ca/~rokne/global_book.pdf)
97
-
98
-
## Acknowledements
99
-
Financial support is acknowledged from DGAPA-UNAM PAPIIT grant IN-117117.
0 commit comments