compute_fom#
- Project.compute_fom(params: ndarray = None) float#
Compute the figure of merit for the current simulation.
- Parameters:
- params
np.ndarray,optional Optimization parameters to update geometry with before computing FOM. If None, uses the current geometry without updating.
- params
- Returns:
- fom_value
float The computed figure of merit value.
- fom_value