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

Templated Optimize() #113

Closed
wants to merge 46 commits into from
Closed

Commits on Jan 15, 2019

  1. Intermediate attempts.

    rcurtin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e7c8515 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    a8a00fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf13217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f1b40 View commit details
    Browse the repository at this point in the history
  4. Make lines fit a little bit better.

    Hard to do with such crazy template metaprogramming...
    rcurtin committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a6b7f8c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    d11940c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    00e1dc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    bb2d368 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect type.

    rcurtin committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    4e7e65a View commit details
    Browse the repository at this point in the history
  3. Templatize SGDTestFunction.

    rcurtin committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    fdb42c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1dd582 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Add utility Any class.

    rcurtin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fb076d6 View commit details
    Browse the repository at this point in the history
  2. Adapt AdaDelta and AdaGrad and associated test problems.

    Also fix memory handling bug.
    rcurtin committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fcafc11 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Update BigBatchSGD, Eve, FTML, Padam, and part of IQN.

    Needs Armadillo sparse vectorise() support next.
    rcurtin committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    261f71d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    3f4ee7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b1507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6bece View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    e6b7bbc View commit details
    Browse the repository at this point in the history
  2. Add FTML test.

    rcurtin committed May 11, 2019
    Configuration menu
    Copy the full SHA
    ae269d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc1d24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a4f01c View commit details
    Browse the repository at this point in the history
  5. Add FTML test.

    rcurtin committed May 11, 2019
    Configuration menu
    Copy the full SHA
    31b6551 View commit details
    Browse the repository at this point in the history
  6. Update SDP tests.

    rcurtin committed May 11, 2019
    Configuration menu
    Copy the full SHA
    44a51bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c2acbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd2f801 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71acbe4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Adapt SPSA.

    rcurtin committed May 12, 2019
    Configuration menu
    Copy the full SHA
    743ea3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ac6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e2714 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    3c3bdd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c965f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    d7cb084 View commit details
    Browse the repository at this point in the history
  2. Use parent members directly.

    rcurtin committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1881760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f32d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    381eff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92e2417 View commit details
    Browse the repository at this point in the history
  6. Update QHAdam and QHSGD.

    rcurtin committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1a0b628 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    09db596 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Use ElemType.

    rcurtin committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e8b0aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5454e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f3dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51b5c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e2680 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    3c72dae View commit details
    Browse the repository at this point in the history
  2. Minor type fixing.

    rcurtin committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a8a2ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00c0c79 View commit details
    Browse the repository at this point in the history