org.apache.commons.math3.optim
private static class PointValuePair.DataTransferObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private double[] |
point
Point coordinates.
|
private static long |
serialVersionUID
Serializable UID.
|
private double |
value
Value of the objective function at the point.
|
Constructor and Description |
---|
PointValuePair.DataTransferObject(double[] point,
double value)
Simple constructor.
|
private static final long serialVersionUID
private final double[] point
private final double value
public PointValuePair.DataTransferObject(double[] point, double value)
point
- Point coordinates.value
- Value of the objective function at the point.private Object readResolve()
PointValuePair
.PointValuePair
Copyright (c) 2003-2013 Apache Software Foundation