1. 02 9月, 2020 1 次提交
  2. 01 9月, 2020 1 次提交
  3. 22 7月, 2020 1 次提交
  4. 11 7月, 2020 1 次提交
  5. 08 6月, 2020 1 次提交
    • J
      Correct Dembo year · 7753b929
      Jeff Fessler 提交于
      Dembo paper was in 1983, not 1982, and I added the DOI URL too so it will be easier for others to find than it was for me.
      7753b929
  6. 02 6月, 2020 1 次提交
  7. 20 5月, 2020 1 次提交
  8. 10 5月, 2020 1 次提交
  9. 16 4月, 2020 2 次提交
  10. 12 4月, 2020 2 次提交
  11. 05 4月, 2020 1 次提交
  12. 04 4月, 2020 2 次提交
  13. 30 1月, 2020 1 次提交
  14. 17 1月, 2020 2 次提交
  15. 16 12月, 2019 1 次提交
  16. 13 12月, 2019 1 次提交
  17. 15 11月, 2019 1 次提交
  18. 20 9月, 2019 1 次提交
  19. 18 9月, 2019 1 次提交
  20. 31 7月, 2019 1 次提交
  21. 24 7月, 2019 1 次提交
  22. 04 7月, 2019 1 次提交
  23. 09 5月, 2019 1 次提交
  24. 03 5月, 2019 1 次提交
  25. 01 5月, 2019 1 次提交
  26. 26 4月, 2019 2 次提交
    • S
    • A
      RFC: Per-variable relative tolerance criteria for x (#183) · 2f1fa1cc
      aitap 提交于
      * xtol_rel: L1 norm for whole-vector stopping criterion
      
      * vector_norm: fix uninitialized ret, move branch outside for loop, make it const-correct
      
      * diff_norm: like vector_norm, but for x-oldx
      
      * xtol_abs: test directly when diff_norm tests for weighted xtol_rel
      
      * add double * x_weights to nlopt and nlopt_stopping structures
      
       - use the weights when checking relative x stopping criterion
       - allow setting the weights like it's implemented for xtol_abs
       - weights default to 1
      
      * don't forget to free the weights; actually declare the weight-related functions
      
      * provide scale support for vector_norm and diff_norm
      
      * add argument checks to nlopt_get_x_weights
      
      * do not allocate x_weights unless requested by
      
      Unallocated (NULL) x_weights behave as if all weigths are set to 1.
      
      * start documenting the new functions
      
      TODO: add *_x_weights functions to C++, Fortran, Python interface,
      document those
      
      * fixes, add equations
      
      * Update NLopt_Reference.md
      
      * param names
      
      * check for w < 0 in set_x_weights
      
      * add x_weights to C++ interface and document them
      
      * add x_weights to F77 interface and document them
      
      * add & document x_weights to SWIG-based interfaces
      
      This includes Guile and Python.
      
      * add and document x_weights to Octave&Matlab
      
      * set_x_weights: ISO C90 compatibility
      
      * set_x_weights: provide informative error on w <= 0
      
      * tweaks
      2f1fa1cc
  27. 25 4月, 2019 1 次提交
  28. 24 4月, 2019 7 次提交
  29. 16 4月, 2019 1 次提交