Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not allocate xtol_abs unless needed #268

Merged
merged 9 commits into from
Nov 21, 2020

Commits on Apr 26, 2019

  1. do not allocate xtol_abs unless needed

    As discussed in stevengj#183, it is beneficial to avoid allocating potentially
    huge buffers of size `n` unless `x`-tolerance criteria are used.
    aitap committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    5cac376 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. bobyqa: handle xtol_abs == NULL

    aitap committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    8d5f272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b9825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f9398 View commit details
    Browse the repository at this point in the history
  4. cobyla: handle xtol_abs == NULL

    aitap committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    c202f42 View commit details
    Browse the repository at this point in the history
  5. sbplx: handle xtol_abs == NULL

    aitap committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    85f587d View commit details
    Browse the repository at this point in the history
  6. newuoa: handle xtol_abs == NULL

    aitap committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    73514f5 View commit details
    Browse the repository at this point in the history
  7. praxis: handle xtol_abs == NULL

    aitap committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    3b216f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ceed328 View commit details
    Browse the repository at this point in the history