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: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75f44444146d
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ce40a244bac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 26, 2018

  1. More DEMCMC generations.

    pleroy committed Dec 26, 2018
    Copy the full SHA
    ecf9430 View commit details
  2. Merge pull request #2037 from pleroy/PopulationBundle

    More DEМCMC generations
    pleroy authored Dec 26, 2018
    Copy the full SHA
    5ce40a2 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 astronomy/trappist_dynamics_test.cpp
2 changes: 1 addition & 1 deletion astronomy/trappist_dynamics_test.cpp
Original file line number Diff line number Diff line change
@@ -1408,7 +1408,7 @@ TEST_F(TrappistDynamicsTest, DISABLED_Optimization) {

auto const the_blind_idiot_god =
deмcmc::Run(outer_gods,
/*number_of_generations=*/10'000,
/*number_of_generations=*/20'000,
/*number_of_generations_between_kicks=*/30,
/*number_of_burn_in_generations=*/10,
/*ε=*/0.05,