1. 31 3月, 2023 1 次提交
  2. 20 3月, 2023 1 次提交
  3. 15 3月, 2023 1 次提交
  4. 01 3月, 2023 1 次提交
  5. 24 2月, 2023 2 次提交
  6. 16 2月, 2023 1 次提交
  7. 14 2月, 2023 1 次提交
  8. 09 2月, 2023 1 次提交
  9. 03 1月, 2023 1 次提交
  10. 30 12月, 2022 1 次提交
  11. 21 12月, 2022 1 次提交
    • X
      update lbfgs optimizers (#48938) · aa40d80d
      xiaoguoguo626807 提交于
      * lbfgs right version
      
      * delete log
      
      * code_style
      
      * add test
      
      * delete sparse grad
      
      * add test for converage
      
      * modify example in dygraph
      
      * revert lbfgs
      
      * add test for linesearch
      
      * code_style
      
      * add test
      
      * modify test
      
      * modify test
      
      * modify set
      
      * modify set
      
      * modify test
      
      * modiy code_block; test=docs_preview
      
      * modiy code_block; test=docs_preview
      aa40d80d
  12. 09 12月, 2022 1 次提交
  13. 01 12月, 2022 1 次提交
  14. 29 11月, 2022 1 次提交
  15. 21 11月, 2022 1 次提交
  16. 09 11月, 2022 1 次提交
  17. 03 11月, 2022 2 次提交
  18. 23 10月, 2022 1 次提交
  19. 12 10月, 2022 1 次提交
  20. 21 9月, 2022 1 次提交
  21. 20 9月, 2022 1 次提交
  22. 19 9月, 2022 1 次提交
  23. 14 9月, 2022 1 次提交
  24. 26 8月, 2022 1 次提交
  25. 03 8月, 2022 1 次提交
  26. 27 7月, 2022 1 次提交
  27. 09 6月, 2022 1 次提交
  28. 07 6月, 2022 1 次提交
  29. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  30. 10 5月, 2022 1 次提交
  31. 28 4月, 2022 1 次提交
  32. 14 4月, 2022 1 次提交
    • S
      fix bfgs_doc (#41505) · 7f73ef2c
      Sing_chan 提交于
      * fix bfgs_doc; test=document_fix
      
      * add parameter name; test=document_fix
      
      * modify according to chenlong's comments;test=document_fix
      7f73ef2c
  33. 08 4月, 2022 1 次提交
  34. 07 4月, 2022 1 次提交
  35. 04 4月, 2022 1 次提交
  36. 01 4月, 2022 2 次提交
  37. 31 3月, 2022 1 次提交
    • S
      [New API]: miminize_bfgs and miminize_lbfgs (#40710) · e7928a06
      Sing_chan 提交于
      * [New API]: miminize_bfgs and miminize_lbfgs
      
      * modify for python module call correctly
      
      * add functional package, add error raise in static_graph, change assign to set_value
      
      * unify static_graph and dygraph, fix bug when x or H0 is float64
      
      * now only accept input is tensor, put check args in utils.py, put exception test together
      
      * temp
      
      * add more detailed algorithm illustration and comment, reduce test case to limit test time in 15s
      
      * change in_dygraph_mode to in_dynamic_mode
      
      * fix bug of sample code; reduce test case to reduce test time
      
      * change dir to incubate
      e7928a06