Skip to content

Commit

Permalink
update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandezp committed Mar 27, 2024
1 parent 99e2041 commit a509022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/optimization/objective_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _maximize_psd(initial_net, initial_params, set_params, predicted_params,
-----
The objective function minimizes the sum of the weighted (user-defined)
frequency band PSDs (user-defined) relative to the total PSD of the signal.
The objective function can be represented as -Σc[ΣPSD(i)/PSD(j)] where c
The objective function can be represented as -Σc[ΣPSD(i)/ΣPSD(j)] where c
is the weight for each frequency band, PSD(i) is the PSD for each frequency
band, and PSD(j) is the total PSD of the signal.
"""
Expand Down

0 comments on commit a509022

Please sign in to comment.