Ticket #961 (closed: fixed)
Contrained and Tied Parameters
Reported by: | Nick Draper | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Target Date: 02/12/2009
Constraints implemented using 'rake' penalty, tests implemented including do constraints help optimisation. Wiki page written including "rake" image link from fit page.
We need to be able to cope with tied Parameters
a=1/(Z+3) b=c/2 f=log(t)
and constrained parameters
1<a<3
We discussed that constrained parameters may be added as a form of Function to add into the optimistaion, but Tied parameters cross different functions and therefore would need to be added at the solver level.
Change History
comment:11 Changed 11 years ago by Anders Markvardsen
comment:13 Changed 11 years ago by Anders Markvardsen
comment:14 Changed 11 years ago by Roman Tolchenov
comment:15 Changed 11 years ago by Roman Tolchenov
comment:16 Changed 11 years ago by Anders Markvardsen
comment:17 Changed 11 years ago by Anders Markvardsen
comment:19 Changed 11 years ago by Anders Markvardsen
- Status changed from accepted to testing
- Resolution set to fixed
comment:21 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1809
Note: See
TracTickets for help on using
tickets.
(In [3419]) First implementation of constraint interface class and BoundaryConstraint. Refs #961.