Skip to content

DerivativeFreeLibrary/DFLvinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published