Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cran/DiceOptim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: otoomet/DiceOptim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 22 files changed
  • 1 contributor

Commits on Sep 16, 2015

  1. max_AKG() uses 'cluster' argument for genoud

    noisy_optimizer() passes 'cluster' argument for max_AKG()
    -> speeds up calculations 3x on 8 cores
    otoomet committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    9505f80 View commit details
    Browse the repository at this point in the history
  2. 'cluster' options documented

    otoomet committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    562cee8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. added parallel option to more functions

    otoomet committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    4fd7cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04d712 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. cluster checks added, doParallel registration checks if the object

    inherits from 'cluster'
    otoomet committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    793688b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. documentation fixed, CMD check works

    otoomet committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    113b407 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. supressed rgenoud startup message by moving it to "imports" in

    DESCRIPTION and adding the corresponding ImportFrom() directive to
    NAMESPACE
    otoomet committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    aa20dc5 View commit details
    Browse the repository at this point in the history
Loading