ML MHIS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:ML_MHIS}}
{{TAGDEF|ML_MHIS|[integer]|10}}
{{TAGDEF|ML_MHIS|[integer]|10}}


Line 7: Line 8:
This flag is only used if {{TAG|ML_ICRITERIA}} > 0. The ML code stores {{TAG|ML_MHIS}} Bayesian errors from previous training steps. Immediately after a training step, the Bayesian error estimate for the forces are reevaluated for the just added training structure, and the maximum error of the forces is stored in the history.  
This flag is only used if {{TAG|ML_ICRITERIA}} > 0. The ML code stores {{TAG|ML_MHIS}} Bayesian errors from previous training steps. Immediately after a training step, the Bayesian error estimate for the forces are reevaluated for the just added training structure, and the maximum error of the forces is stored in the history.  


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|ML_LMLFF}}, {{TAG|ML_ICRITERIA}}, {{TAG|ML_CTIFOR}}, {{TAG|ML_CSLOPE}}, {{TAG|ML_CSIG}}, {{TAG|ML_CX}}
{{TAG|ML_LMLFF}}, {{TAG|ML_ICRITERIA}}, {{TAG|ML_CTIFOR}}, {{TAG|ML_CSLOPE}}, {{TAG|ML_CSIG}}, {{TAG|ML_CX}}


Line 13: Line 14:
----
----


[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]][[Category: Alpha]]
[[Category:INCAR tag]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]]

Revision as of 07:35, 7 April 2022

ML_MHIS = [integer]
Default: ML_MHIS = 10 

Description: This tag sets the number of estimated errors stored in memory to determine the threshold for the Bayesian error in the machine learning force field method.


The usage of this tag in combination with the learning algorithms is described here: here.

This flag is only used if ML_ICRITERIA > 0. The ML code stores ML_MHIS Bayesian errors from previous training steps. Immediately after a training step, the Bayesian error estimate for the forces are reevaluated for the just added training structure, and the maximum error of the forces is stored in the history.

Related tags and articles

ML_LMLFF, ML_ICRITERIA, ML_CTIFOR, ML_CSLOPE, ML_CSIG, ML_CX

Examples that use this tag