Skip to content

Evaluate gradient function

Mads M. Pedersen requested to merge evaluate_gradient_function into master
  • Added a evaluate_gradients function in topfarm, that also prints the time used for gradient evaluation
  • Removed warning suppression as these warnings are avoided by 'fwd' in prob.setup(check=True, mode='fwd')
  • Changed two tests to pytest and added short description in test_try_me

/cc @mikf @rink

Merge request reports