public class Netter
extends java.lang.Object
Constructor and Description |
---|
Netter()
Default and only constructor.
|
Modifier and Type | Method and Description |
---|---|
CurrentSettings |
getCurrentSettings()
Getter for the current settings
|
double |
getProgress()
Reports back on the progress of the optimization process in %.
|
static void |
main(java.lang.String[] args)
Main method.
|
void |
nett(java.lang.String[] args)
Starts an optimization procedure with the given parameters
|
void |
setCurrentSettings(CurrentSettings currentSettings)
Setter for the current settings
|
public static void main(java.lang.String[] args)
public void nett(java.lang.String[] args)
args
- arguments in the form of an String array, currently only the first argument is used (The path to the paramater file)public double getProgress()
public CurrentSettings getCurrentSettings()
public void setCurrentSettings(CurrentSettings currentSettings)
the
- settings