Jose Alejandro Bolanos Arroyave
Jose Alejandro Bolanos Arroyave
Syntax is like Java, for reading the code maybe it's better, you need to write more code for the same result but personally I like the comments functionality for the...
Hello, could you try to import `levenbergMarquardt` like it is exports.
I am not able to reproduce your error. I did npm i, npm run tsc npm run build with this, I am able to require levenbergMarquardt. Could you try like...
@arpanda do you have your repository updated, I was able to reproduce you error by deleting the file `tsconfig.cjs.json`. the file inside of `dist.zip` has a levenbergMarquardt function exported, could...
Hello m93a, I am working on this package, update the damping parameter is a good and necessary improvement for this package, may be this [paper](https://arxiv.org/pdf/1201.5885.pdf) can help you.
Hello @m93a many thanks for your interest in this package, before everything, have you some literature where I could check the theoretical meaning of your suggestions?
Hello @m93a, I will checking the code as soon as possible, also, I'll review the test cases. Again many thanks for your collaboration
Hello @m93a , I'm looking for an explanation about why the parameters in [test case](https://github.com/m93a/levenberg-marquardt/blob/master/src/step.js) of sinFunction is always going down, I have been trying with diferents dampingBoost, dampingDrop, damping...
Hello @m93a i'm interested in your approach, I am trying to understand your explanation, when you say merit function, this is inbebed in the [step function](https://github.com/mljs/levenberg-marquardt/blob/master/src/step.js). There is a function...
Thanks, as soon as possible I will have a look at this.