You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling a list of bugs found so far in the optimisers, so that they could be fixed one-by-one.
CRFOptimiser - coordinate building does not seem to always work. Number of primitive might be larger than the expected number of degrees of freedom, and still not be enough after removing redundancies during the DIC generation procedure.
CRFOptimiser does not seem to work very well. The constraints are often not satisfied at convergence due to the energy convergence criteria being signalled earlier. This is probably because it is not choosing the constraint modes to maximise when there are other negative modes in the hessian.
HybridTRMOptimiser - removing last set of coordinates may cause infinite loop, this needs to be removed. The max_trust is also too high.
PRFOptimiser - accurate hessian is calculated in cartesian, but the cartesian to DIC hessian transform does not use the complete formula (which is fine for minimisation, but for TS search, accurate hessian is needed)
Optimiser plotting - coordinate has to be converted to cartesian before printing geometry.
Low-level hessian switches to high-level if no lmethod is available (?)
Improve trust update by separate algorithms for minimizer and TS search
Consistent convergence criteria - should include constraints
PRFOptimiser change to normal primitives from inverse distance primitives
Printing of convergence criteria should print signed energy change not unsigned
The text was updated successfully, but these errors were encountered:
Compiling a list of bugs found so far in the optimisers, so that they could be fixed one-by-one.
CRFOptimiser does not seem to work very well. The constraints are often not satisfied at convergence due to the energy convergence criteria being signalled earlier. This is probably because it is not choosing the constraint modes to maximise when there are other negative modes in the hessian.HybridTRMOptimiser - removing last set of coordinates may cause infinite loop, this needs to be removed. The max_trust is also too high.Optimiser plotting - coordinate has to be converted to cartesian before printing geometry.The text was updated successfully, but these errors were encountered: