From 632ba86d11a37eb4ed5779aa41f93737243dc651 Mon Sep 17 00:00:00 2001 From: Beliavsky <38887928+Beliavsky@users.noreply.github.com> Date: Fri, 19 May 2023 16:01:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3c742..cfa0767 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Optimization Codes by ChatGPT -The prompts given to ChatGPT-4 are shown in the codes. Sometimes some cleanup was required. +The prompts given to ChatGPT-4 are shown in the codes. Sometimes cleanup was required. Compile with gfortran optim_util.f90 adam.f90 nelder_mead.f90 conjugate_gradient_min.f90 bfgs_min.f90 luus_jaakola.f90 gradient_descent.f90 xminimize.f90