Skip to content

Project II from CISC.820.01 - Quantitative Foundations

Notifications You must be signed in to change notification settings

thapa-jeevan/Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimization

Three functions quadratic, log transform and bi-quadratic are optimized using the following three optimization methods.

  1. Gradient Descent
  2. Newton's Method
  3. Quasi-Newton's Method

Usage

  1. Install Dependencies
pip install -r requirements.txt
  1. Run the following command for optimization which outputs results in reports directory
python -m src.run

To change the configuration for running the algorithms, you can update the configs/config.yml file.

Releases

No releases published

Packages

No packages published

Languages