File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,6 @@ void Optimize::RunOptimize() {
789789
790790 m_sampler->GetOptimizer ()->SetNumberOfIterations (0 );
791791 m_sampler->GetOptimizer ()->SetTolerance (0.0 );
792- // m_sampler->SetEarlyStoppingConfig(EarlyStoppingConfig& config);
793792 m_sampler->Execute ();
794793
795794 this ->WritePointFiles ();
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ const std::string early_stopping_ema_alpha = "early_stopping_ema_alpha";
6161const std::string early_stopping_enabled = " early_stopping_enabled" ;
6262const std::string early_stopping_warmup_iters = " early_stopping_warmup_iters" ;
6363const std::string early_stopping_enable_logging = " early_stopping_enable_logging" ;
64-
65-
6664} // namespace Keys
6765
6866// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ class Sampler {
325325 double m_Spacing{0 };
326326 bool m_IsSharedBoundaryEnabled;
327327 double m_SharedBoundaryWeight{0.5 };
328-
328+
329329 std::string m_TransformFile;
330330 std::string m_PrefixTransformFile;
331331 std::vector<std::vector<CuttingPlaneType>> m_CuttingPlanes;
You can’t perform that action at this time.
0 commit comments