Solve non-linear optimization with non-linear constraints
Optimization for non-linear objective and constraint functions. Linear or non-linear equality and inequality constraints are allowed. It accepts the input parameters as a constrained matrix.
Optimization for non-linear objective and constraint functions. Linear or non-linear equality and inequality constraints are allowed. It accepts the input parameters as a constrained matrix.
To install R-NlcOptim, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-NlcOptim
To see what files were installed by R-NlcOptim, run:
port contents R-NlcOptim
To later upgrade R-NlcOptim, run:
sudo port selfupdate && sudo port upgrade R-NlcOptim
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.