How to Install and Uninstall liboptimization-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "liboptimization-java" package

Please follow the steps below to install liboptimization-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liboptimization-java

2. Uninstall "liboptimization-java" package

This guide covers the steps necessary to uninstall liboptimization-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liboptimization-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the liboptimization-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liboptimization-java
Priority: optional
Section: universe/java
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.1-1
Filename: pool/universe/libo/liboptimization-java/liboptimization-java_0.1-1_all.deb
Size: 33226
MD5sum: 3939497d4b6873862d74033fc925a7a5
SHA1: c732d8e85e0bb5f2196b35d1a917c4e1c3e8aa82
SHA256: b3a4748279a1cbb898d374c0fdda718623231bc89553a645cf5f62fd57b74c4f
Description-en: Nonlinear Optimization Java Package
Currently (as of 8/8/05) this package contains Java translations of the
1-dimensional minimization routine, fmin, the multi-dimensional minimization
routine Uncmin, the MINPACK nonlinear least squares routines (lmder1, lmder,
lmdif1, and lmdif), and the SLATEC 1-dimensional zero-finding routine, dfzero.
Eventually, the package will also contain Java translations of some of the
MINPACK nonlinear equation solvers.
.
The 1-dimensional minimization routine is an unofficial Java translation of the
FORTRAN version of the public domain fmin routine that can be found at
www.netlib.org/go/fmin.f.
.
The multi-dimensional minimization routine is an unofficial Java translation of
the public domain FORTRAN Uncmin package (umdpn.f). For documentation see
Dennis and Schnabel, Numerical Methods for Unconstrained Optimization and
Nonlinear Equations, Prentice-Hall, 1983, and Schnabel, Koontz, and Weiss,
"A Modular System of Algorithms for Unconstrained Minimization,"
ACM Transactions of Mathematical Software, 1985, pages 419 -- 440.
.
Uncmin can perform unconstrained nonlinear optimizations. Here is information
about constrained nonlinear optimizations.
.
The nonlinear least squares routines are unofficial Java translations of the
FORTRAN versions of the public domain MINPACK nonlinear least squares routines
that can be found at www.netlib.org/minpack.
.
The 1-dimensional zero-finding routine is an unofficial Java translation of the
FORTRAN version of the public domain SLATEC dfzero routine that can be found at
netlib. Either go to www.netlib.org and do a search for dfzero.f, or go to
www.netlib.org/slatec and download the entire SLATEC library.
Description-md5: 6cf5fdd0716e4ade6761707c6d4802dd
Homepage: http://www1.fpl.fs.fed.us/optimization.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu