
optimization.FloatFmin_methods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimization Show documentation
Show all versions of optimization Show documentation
Optimization routines translated from FORTRAN to java.
The newest version!
package optimization;
public interface FloatFmin_methods {
float f_to_minimize(float x);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy