Coder Social home page Coder Social logo

Help with implementation about roptim HOT 5 CLOSED

ypan1988 avatar ypan1988 commented on August 16, 2024
Help with implementation

from roptim.

Comments (5)

ypan1988 avatar ypan1988 commented on August 16, 2024 1

Yes, it works fine with this change.

I just did not understand why this initialization was needed given that it is passed by reference.

Anyway, feel free to close if you do not want to make this change for convenience.

It seems to be a good point. I quickly checked the code in https://github.com/ypan1988/roptim/blob/master/src/functor.h

My guess is that line 155 should be changed
from arma::vec par(x, n), grad;
to arma::vec par(x, n), grad(n);

Will verify if it will solve this problem when I am available.

from roptim.

privefl avatar privefl commented on August 16, 2024

The problem seems to come from the fact that gr is of size 0 (instead of 2) in Gradient(); not sure why.

from roptim.

privefl avatar privefl commented on August 16, 2024

It seems I need to initialize gr = arma::zeros<arma::vec>(2);.

I think this could be done once internally at the beginning, for simplicity and convenience.

from roptim.

ypan1988 avatar ypan1988 commented on August 16, 2024

It seems I need to initialize gr = arma::zeros<arma::vec>(2);.

I think this could be done once internally at the beginning, for simplicity and convenience.

Have you managed to compile and run your program? I guess it might be the reason and I was doing exactly the same thing in my examples (say line 25-32 of file https://github.com/ypan1988/roptim/blob/master/src/roptim_examples.cpp)

from roptim.

privefl avatar privefl commented on August 16, 2024

Yes, it works fine with this change.

I just did not understand why this initialization was needed given that it is passed by reference.

Anyway, feel free to close if you do not want to make this change for convenience.

from roptim.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.