Am Freitag, 14. Dezember 2012 um 18:56 schrieb [email protected]:
> On 14-12-2012 02:25, Jürgen Schmidt wrote: > > I found > > > > http://commons.apache.org/math/apidocs/org/apache/commons/math/optimization/direct/NelderMeadSimplex.html > > > > But if you are interested to dive deeper in the code it would be > > perfect to have it in the core directly later ;-) > > > > Building AOO on Linux should be possible, it is probably the easiest > > platform to get started with and when you already have experience > > here. > > > > Anyway welcome at Apache OpenOffice and feel free to ask further > > questions > > > > Juergen > > Thanks for replying with this link. I am not at all familiar with this > stuff, but this is essentially it. How does this class get implemented > into something and end user can access? > > Ariel gave already the link to the XSolver, XSolverDescription interfaces. See also the Solver service. You have to implement a new UNO component implementing this interfaces. Packaged as oxt and deployed it should appear in the solver dialog as further solver engine. Maybe some further config files are necessary, I haven't checked the code in detail. Use NetBeans and the OpenOffice API plugin to play with it and to get experience with the whole stuff. Juergen
