Skip to content

juanclr/FPNumMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

How to run the Golden Search Algortithm in F#

To run the Golden Search algorithm for F# you must have in your computer one of the next IDEs:

  • Visual Studio
    • If you don't have it you can get it here.
  • IntelliJ
    • If you don't have it you can get it here.
  • Or any other IDE that works for F#.

The next step is to open your IDE, in this case we will work with Visual Studio.

After you open Visual Studio you will need to create a new project.

Then you select Visual F# as your language, then select Console App.(.Net Core).
Name the project, in this case we will call it "Proyecto Final Metodos".

It will open in the file Program.fs, delete the contents of the file.
Download and open Program.fs from the repository copy the code and paste it in the file you just emptied (Program.fs).

Press the green play button to Run the code.

About

Golden search algorithm in F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages