goete111 / factorie

Automatically exported from code.google.com/p/factorie
0 stars 0 forks source link

Replace Arrays with Vectors in Optimization #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the optimization package expects the parameters to be Arrays, that 
are dense in their implementation. Allowing Vector from the la package will 
allow us to use sparse (or other) parameter implementations.

The most important use case is for stochastic gradient ascent.

Note that this should be implemented to be consistent with speed of the current 
implementation.

Original issue reported on code.google.com by sameeersingh on 21 Feb 2012 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by sameeersingh on 21 Feb 2012 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by sameeersingh on 21 Feb 2012 at 7:07