finmath / finmath-lib

Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
Apache License 2.0
488 stars 168 forks source link

implement please Serializable interface in optimizer package #5

Closed kicOLD closed 9 years ago

kicOLD commented 9 years ago

hi!

I want to distrubute the optimizers (especially the LevenbergMarquardt) to different nodes in my hazelcast cluster. Therefore I would like to ask you if you could implement the Serializable interface to your optimizers.

Thanks and all the best KIC

cfries commented 9 years ago

Done. I also improved the handling of NaN in values in setValues: NaN is interpreted as "reject parameter". - Please have a look.

kicOLD commented 9 years ago

cool thanks! For the moment I am not running into NaN's, but I will see what happens :-)