-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
42 lines (42 loc) · 1.65 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: NearOptimalAlternatives.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Matthijs
family-names: Arnoldus
email: [email protected]
affiliation: Delft University of Technology
- given-names: Grigory
family-names: Neustroev
email: [email protected]
affiliation: Delft University of Technology
orcid: 'https://orcid.org/0000-0002-7706-7778'
- given-names: Germán
family-names: Morales-España
email: [email protected]
affiliation: TNO
orcid: 'https://orcid.org/0000-0002-6372-6197'
- given-names: Ni
family-names: Wang
email: [email protected]
affiliation: TNO
orcid: 'https://orcid.org/0000-0001-7037-7004'
- given-names: Mathijs
family-names: De Weerdt
email: [email protected]
affiliation: Delft University of Technology
orcid: 'https://orcid.org/0000-0002-0470-6241'
repository-code: 'https://github.com/TulipaEnergy/NearOptimalAlternatives.jl'
abstract: >-
NearOptimalAlternatives.jl is a Julia package for generating alternative solutions to a solved JuMP.jl optimisation model. It can use either mathematical optimisation or a metaheuristic algorithm from Metaheuristics.jl to generate solutions that are as different as possible to the optimal solution, subject to a maximum deviation in terms of objective value.
keywords:
- Open source tool
- Modelling-for-Generating-Alternatives
- Linear Programming
- Metaheuristics
- Evolutionary Algorithms
license: Apache-2.0