L-BFGS-B
3.0
Large-scale Bound-constrained Optimization
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | active (n, l, u, nbd, x, iwhere, iprint, prjctd, cnstnd, boxed) |
This subroutine initializes iwhere and projects the initial x to the feasible set if necessary. More... | |
subroutine active | ( | integer | n, |
double precision, dimension(n) | l, | ||
double precision, dimension(n) | u, | ||
integer, dimension(n) | nbd, | ||
double precision, dimension(n) | x, | ||
integer, dimension(n) | iwhere, | ||
integer | iprint, | ||
logical | prjctd, | ||
logical | cnstnd, | ||
logical | boxed | ||
) |
This subroutine initializes iwhere and projects the initial x to the feasible set if necessary.
n | number of parameters |
l | lower bounds on parameters |
u | upper bounds on parameters |
nbd | indicates which bounds are present |
x | position |
iwhere | On entry iwhere is unspecified. On exit: iwhere(i)=
|
iprint | console output flag |
prjctd | TODO |
cnstnd | TODO |
boxed | TODO |
Definition at line 32 of file active.f.
Referenced by mainlb().