1. 20 Jan, 2020 2 commits
  2. 18 Jan, 2020 5 commits
  3. 17 Jan, 2020 1 commit
  4. 15 Jan, 2020 6 commits
  5. 13 Jan, 2020 6 commits
  6. 12 Jan, 2020 1 commit
  7. 10 Jan, 2020 2 commits
  8. 08 Jan, 2020 2 commits
  9. 05 Jan, 2020 3 commits
  10. 28 Dec, 2019 2 commits
  11. 22 Dec, 2019 1 commit
  12. 21 Dec, 2019 1 commit
  13. 14 Dec, 2019 3 commits
  14. 05 Dec, 2019 1 commit
  15. 29 Nov, 2019 1 commit
  16. 28 Nov, 2019 2 commits
    • Davis King's avatar
      use a time based exeuction limit in example · f2cd9e3b
      Davis King authored
      f2cd9e3b
    • Davis King's avatar
      Made find_max_global() and its overloads measure the execution speed of · 501d17f6
      Davis King authored
      the user provided objective function.  If it's faster than the LIPO
      upper bounding Monte Carlo model then we skip or limit the Monte Carlo
      stuff and just fun the objective function more often.  Previously,
      find_max_global() simply assumed the objective functions were really
      expensive to invoke.
      
      TLDR: this change makes find_max_global() run a lot faster on objective
      functions that are themselves very fast to execute, since it will skip
      the expensive Monte Carlo modeling and just call the objective function
      a bunch instead.
      501d17f6
  17. 15 Nov, 2019 1 commit