chi_to_feasible_rho#
- chi_to_feasible_rho(chi_inf, chi_design)[source]#
Project the inferred chi to the feasible set defined by chi_design.
Resulting chi is chi_design * rho, where rho is in [0, 1].
- Parameters:
chi_inf (ComplexArray) – Inferred chi from Verlan optimization.
chi_design (complex) – The design susceptibility of the problem.
- Returns:
rho – Projected density values in [0, 1].
- Return type:
ndarray of float