decode_solutionΒΆ
- decode_solution(array: PolyArray, solution: Values)ΒΆ
Substitute the values of a solution into an array. Obsolete.
Use
evaluate(), which this function calls.- Parameters:
array β The array to evaluate.
solution β The values of the solution, such as result.best.values.
- Returns:
The value that
evaluate()returned.