Closed jmlarson1 closed 8 months ago
Since nf is the index of the last evaluated point, we need to index to nf+1 to have nf included.
nf
nf+1
This was fixed in develop when #138 was created, but not #116. (So the issue had been fixed in #132, commit https://github.com/POptUS/IBCDFO/pull/132/commits/a66f32b439bd4f75afa989dab2c0b725d7efe79f, but then forgotten)
develop
Since
nf
is the index of the last evaluated point, we need to index tonf+1
to havenf
included.This was fixed in
develop
when #138 was created, but not #116. (So the issue had been fixed in #132, commit https://github.com/POptUS/IBCDFO/pull/132/commits/a66f32b439bd4f75afa989dab2c0b725d7efe79f, but then forgotten)