diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs index a1d5900e984c66d4b7018b371deeb8104b37fd01..583e500f2f09b9b09acd55d2d3ab9100c146a9c0 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs @@ -845,7 +845,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies container[ModalResultField.HybridStrategyScore] = (CurrentState.Solution?.Score ?? 0)/1e3; container[ModalResultField.HybridStrategySolution] = CurrentState.Solution?.U ?? -100; - if (CurrentState.Evaluations != null) { + if (false && CurrentState.Evaluations != null) { container.SetDataValue( "HybridStrategyEvaluation", string.Join(