Skip to content
Snippets Groups Projects
Commit ab2facf0 authored by Fengshan Zheng's avatar Fengshan Zheng
Browse files

Reconstruction finished

parent da72aa9a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -107,7 +107,7 @@ def optimize_linear_charge(costfunction, charge_0=None, ramp_0=None, max_iter=No
"""
import jutil.cg as jcg
from jutil.taketime import TakeTime
_log.debug('Calling optimize_linear')
_log.debug('Calling optimize_linear_charge')
_log.info('Cost before optimization: {:.3e}'.format(costfunction(np.zeros(costfunction.n))))
data_set = costfunction.fwd_model.data_set
# Get starting distribution vector x_0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment