Beispiel #1
0
 public float Evaluate(Context context)
 {
     return(Weight * scorer.Evaluate(context));
 }