• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision8d48a023d11dd5ad68a340b2daa1a4f18d64bf24 (tree)
l'heure2012-07-02 15:58:55
AuteurKatsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Message de Log

Update README with information about BFGS optimization method. #28764

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@855 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Modification

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -377,7 +377,7 @@ HOW TO WRITE INPUT:
377377 "method", "total_steps", "electronic_state", "max_gradient", "rms_gradient",
378378 and "dt" are prepared as options.
379379
380- "method" should be set as "conjugate_gradient" or "steepest_descent".
380+ "method" should be set as "conjugate_gradient", "steepest_descent", or "bfgs".
381381 The default of the "method" is conjugate gradient.
382382
383383 "electronic_state" means the electronic eigenstate
@@ -387,6 +387,7 @@ HOW TO WRITE INPUT:
387387
388388 "line_search_times" means the times of line-search trials.
389389 The default value of the "line_search_times" is 50.
390+ This parameter have no effect if method is "bfgs".
390391
391392 "steep_step" means the number of steps of the steepest descent.
392393 The default value of the "steep_step" is 50.
@@ -397,7 +398,8 @@ HOW TO WRITE INPUT:
397398 The default value of the "rms_gradient" is 0.00030.
398399
399400 "dt" is initial fictious time steps for the steepest descent algorythms.
400- The defaul value of the "dt" is 50[fs]
401+ The default value of the "dt" is 50[fs].
402+ This parameter have no effect if method is "bfgs".
401403
402404 E.g.
403405 OPTIMIZE