Skip to content

Remove re-evaluation for constraint parameters #49

@JamesYang007

Description

@JamesYang007

Currently the constraint parameters require re-evaluation for each reference to a parameter.
This is because backward-evaluation may depend on the forward-evaluation results during AD for each of the expression nodes that make up the parameters. The only way to avoid this is to make references to the entire expression for the parameters. The problem is where to store the first instance of these expressions..

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or requestinvalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions