Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
org.apache.commons.math.optimization.RealPointValuePair is Serializable. I updated some old code to use apache.commons.math3 but now get "java.io.NotSerializableException: org.apache.commons.math3.optimization.PointValuePair" when I attempt to save the results of an optimization problem.