Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f1b1aa98 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

disable writing hybrid strategy eval in vmod file

parent 85a47765
Branches
Tags
No related merge requests found
...@@ -845,7 +845,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies ...@@ -845,7 +845,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
container[ModalResultField.HybridStrategyScore] = (CurrentState.Solution?.Score ?? 0)/1e3; container[ModalResultField.HybridStrategyScore] = (CurrentState.Solution?.Score ?? 0)/1e3;
container[ModalResultField.HybridStrategySolution] = CurrentState.Solution?.U ?? -100; container[ModalResultField.HybridStrategySolution] = CurrentState.Solution?.U ?? -100;
if (CurrentState.Evaluations != null) { if (false && CurrentState.Evaluations != null) {
container.SetDataValue( container.SetDataValue(
"HybridStrategyEvaluation", "HybridStrategyEvaluation",
string.Join( string.Join(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment