ML MHIS: Difference between revisions

From VASP Wiki
(Created page with "{{TAGDEF|ML_FF_MHIS|[integer]|10}} Description: ---- == Related Tags and Sections == {{sc|ML_FF_MHIS|Examples|Examples that use this tag}} ---- Category:INCARCategor...")
 
No edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TAGDEF|ML_FF_MHIS|[integer]|10}}
{{DISPLAYTITLE:ML_MHIS}}
{{TAGDEF|ML_MHIS|[integer]|10}}


Description:
Description: This tag sets the number of estimated errors stored in memory to determine the threshold for error estimation in the machine learning force field method for {{TAG|ML_ICRITERIA}}=1. For {{TAG|ML_ICRITERIA}}=2, the history length is 50 x {{TAG| ML_MHIS}} (or hard coded to 400).
----
----
The use of this tag in combination with the learning algorithms is described here: [[Machine_learning_force_field:_Theory#Threshold_for_error_of_forces|here]].


== Related Tags and Sections ==
{{TAG|ML_ICRITERIA}}=1: The ML code stores {{TAG|ML_MHIS}} errors from previous training steps: immediately after a re-training of the ML-FF, the estimated errors of the forces are reevaluated for the current structure (that was also just added as training structure). The average  and the maximum error of the forces is stored in the history. After  {{TAG | ML_MHIS}} updates of the force field, the threshold  {{TAG|ML_CTIFOR}} is updated the first time and is then updated after every further update of the ML-FF. We recommend to read the section {{TAG|ML_ICRITERIA}} for further details.


{{sc|ML_FF_MHIS|Examples|Examples that use this tag}}
{{TAG|ML_ICRITERIA}}=2: Averaging is performed over 50 x {{TAG| ML_MHIS}} error predictions. Every MD step is considered in the averaging (as opposed to above, where only structures after re-training are considered).
 
== Related tags and articles ==
{{TAG|ML_LMLFF}}, {{TAG|ML_ICRITERIA}}, {{TAG|ML_CTIFOR}}, {{TAG|ML_CX}}, {{TAG|ML_CSLOPE}}, {{TAG|ML_CSIG}}
 
{{sc|ML_MHIS|Examples|Examples that use this tag}}
----
----


[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]]
[[Category:INCAR tag]][[Category:Machine-learned force fields]]

Latest revision as of 12:28, 12 June 2024

ML_MHIS = [integer]
Default: ML_MHIS = 10 

Description: This tag sets the number of estimated errors stored in memory to determine the threshold for error estimation in the machine learning force field method for ML_ICRITERIA=1. For ML_ICRITERIA=2, the history length is 50 x ML_MHIS (or hard coded to 400).


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

ML_ICRITERIA=1: The ML code stores ML_MHIS errors from previous training steps: immediately after a re-training of the ML-FF, the estimated errors of the forces are reevaluated for the current structure (that was also just added as training structure). The average and the maximum error of the forces is stored in the history. After ML_MHIS updates of the force field, the threshold ML_CTIFOR is updated the first time and is then updated after every further update of the ML-FF. We recommend to read the section ML_ICRITERIA for further details.

ML_ICRITERIA=2: Averaging is performed over 50 x ML_MHIS error predictions. Every MD step is considered in the averaging (as opposed to above, where only structures after re-training are considered).

Related tags and articles

ML_LMLFF, ML_ICRITERIA, ML_CTIFOR, ML_CX, ML_CSLOPE, ML_CSIG

Examples that use this tag