File: TODO

package info (click to toggle)
r-cran-optimx 2020-4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: sh: 21; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Do we want to introduce unit tests as standard?
   Clean up unit tests in inst/unittests and make sure that they work

Look for ?? anywhere

Change output of optimr to return extra information in attributes
   - gradient
   - hessian
   - counts of these
  NOT included at 180710. 
  It will require new code in EVERY optimizer, but might be worth it.
  Or add an optimra() function to develop this.