added two graphics for schoenmaching
This commit is contained in:
@@ -67,7 +67,7 @@ ADD_DEFINITIONS(
|
||||
-O2
|
||||
-DWITH_TESTS
|
||||
-DWITH_ASSERTIONS
|
||||
#-DUSE_FIXED_SEED
|
||||
-DUSE_FIXED_SEED
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace MiscSettings {
|
||||
|
||||
const int numBSParticles = 500;
|
||||
|
||||
const int lag = 30;
|
||||
const int lag = 5;
|
||||
|
||||
const int fixedLagGap = 1;
|
||||
|
||||
|
||||
@@ -92,31 +92,31 @@ int main(void) {
|
||||
// eval.run();}
|
||||
|
||||
|
||||
for(int i = 0; i < 10; ++i){
|
||||
for(int i = 0; i < 1; ++i){
|
||||
|
||||
//nexus
|
||||
std::string name = "bergwerk_path1_nexus_simple_interval_" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path1_nexus_simple(name); eval.run();}
|
||||
// std::string name = "bergwerk_path1_nexus_simple_interval_" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path1_nexus_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path2_nexus_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path2_nexus_simple(name); eval.run();}
|
||||
// name = "bergwerk_path2_nexus_simple_interval" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path2_nexus_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path3_nexus_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path3_nexus_simple(name); eval.run();}
|
||||
// name = "bergwerk_path3_nexus_simple_interval" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path3_nexus_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path4_nexus_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path4_nexus_simple(name); eval.run();}
|
||||
|
||||
|
||||
//galaxy
|
||||
name = "bergwerk_path1_galaxy_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path1_galaxy_simple(name); eval.run();}
|
||||
// name = "bergwerk_path1_galaxy_simple_interval" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path1_galaxy_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path2_galaxy_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path2_galaxy_simple(name); eval.run();}
|
||||
// name = "bergwerk_path2_galaxy_simple_interval" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path2_galaxy_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path3_galaxy_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path3_galaxy_simple(name); eval.run();}
|
||||
// name = "bergwerk_path3_galaxy_simple_interval" + std::to_string(i);
|
||||
// {SmoothingEval1 eval; eval.bergwerk_path3_galaxy_simple(name); eval.run();}
|
||||
|
||||
name = "bergwerk_path4_galaxy_simple_interval" + std::to_string(i);
|
||||
{SmoothingEval1 eval; eval.bergwerk_path4_galaxy_simple(name); eval.run();}
|
||||
|
||||
Reference in New Issue
Block a user