combine_costs

pyoptex.doe.cost_optimal.cost.combine_costs(costs)[source]

Combine multiple cost functions together.

Parameters

costsiterable(func)

An iterable of cost functions to concatenate

Returns

cost_fnfunc(Y, params)

The combined cost function for the simulation algorithm.