Optimization of large scale problems for the Yorick language
OptimPack is a portable C library which implements algorithms for optimization of large scale problems with bound constraints. Large scale means some million variables (e.g. pixel values) or more.
OptimPack is a portable C library which implements algorithms for optimization of large scale problems with bound constraints. Large scale means some million variables (e.g. pixel values) or more.
To install yorick-optimpack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yorick-optimpack
To see what files were installed by yorick-optimpack, run:
port contents yorick-optimpack
To later upgrade yorick-optimpack, run:
sudo port selfupdate && sudo port upgrade yorick-optimpack
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.