예제 #1
0
 public void UpdateComponentOutputs(List <List <double> > GradientData)
 {
     MyComponent.AppendToObjectives(this.Objectives);
     MyComponent.AppendToVariables(this.Variables.Select(var => var.CurrentValue).ToList());
     MyComponent.AppendToGradients(GradientData);
 }