Code Monkey home page Code Monkey logo

Comments (7)

bradbell avatar bradbell commented on August 19, 2024

This bug has been verified; see
https://github.com/coin-or/CppAD/blob/master/bug/cond_exp.sh

from cppad.

bradbell avatar bradbell commented on August 19, 2024

I have added a temporary (undocumented) feature
f.optimize("no_conditional_skip")
should work with the case above. This is a temporary fix that is necessary when the base type can correspond to variables. A better solution (which does automatic detection of this variability for each conditional expression) will be added to the wish list.

from cppad.

joaoleal avatar joaoleal commented on August 19, 2024

Thank you!
This fixes the issue as long as people remember to use this option.
Would it be possible to define default behavior for specific data types?
Some like this:

template<class Base>
struct CppADOptimizationOptions {
    static inline bool multiLevelADType() {
        return false;
    }
    // more option related methods here
};

template<>
template<class Base>
struct CppADOptimizationOptions<CppAD::AD<Base> > {
    static inline bool multiLevelADType() {
        return true;
    }
};

from cppad.

bradbell avatar bradbell commented on August 19, 2024

In the long term, I plan to add information to the tape that informs the
optimizer when a variables base type value is IdenticalPar
http://www.coin-or.org/CppAD/Doc/base_identical.xml#Identical.IdenticalPar
Even in the multilevel AD case, there can be conditional comparisons
that can be skipped (once this information is available on the tape). I
will not be able to work on this for a few months.

For this reason, I have not made
f.optimize("no_conditional_skip")
part of the CppAD API. If the plan above works, at this point I plan to
remove the option (with a message that explains it is no longer necessary).

Brad.

On 3/2/2015 3:13 AM, João Rui Leal wrote:

Thank you!
This fixes the issue as long as people remember to use this option.
Would it be possible to define default behavior for specific data types?
Some like this:

|template
struct CppADOptimizationOptions {
static inline bool multiLevelADType() {
return false;
}
// more option related methods here
};

template<>
template
struct CppADOptimizationOptionsCppAD::AD {
static inline bool multiLevelADType() {
return true;
}
};
|


Reply to this email directly or view it on GitHub
#7 (comment).

from cppad.

bradbell avatar bradbell commented on August 19, 2024

I think that I have fixed this issue with the following commit
b564688
and it is not longer necessary to use the
f.optimize("no_conditional_skip")
option. The complication was the difference between parameters and variables at the AD and Base levels. The doxygen documentation for
https://github.com/coin-or/CppAD/blob/master/cppad/local/cskip_op.hpp
discusses this issue.

from cppad.

joaoleal avatar joaoleal commented on August 19, 2024

Thank you!
I tested with CppADCodegen and it works fine without the
"no_conditional_skip" argument.

2015-05-27 6:57 GMT+01:00 Brad Bell [email protected]:

Reopened #7 #7.


Reply to this email directly or view it on GitHub
#7 (comment).

from cppad.

bradbell avatar bradbell commented on August 19, 2024

This issue has been fixed.

from cppad.

Related Issues (20)

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.