-
Notifications
You must be signed in to change notification settings - Fork 0
License
DerivativeFreeLibrary/DFLvinc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
----------------------------------------------------------- How to use the derivative-free optimizer DFL for MINLP ----------------------------------------------------------- 1- Gunzip and untar the archive in a folder on your computer. 2- Edit file problem.f90 to define your own MINLP problem. Be aware that an equality constraint h(x) = 0 must be written as h(x) <= 0 and -h(x) <= 0. 3- At command prompt execute $> make which will create the executable 'dfl' 4- execute $> ./dfl
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published