shyam gupta commited on
Commit
560e15d
1 Parent(s): c2bdf68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -51,24 +51,22 @@ Methodology
51
  Risk (Variance): A measure of the dispersion of returns. In portfolio optimization, we seek to minimize the variance of the portfolio returns.
52
 
53
  2. Optimization Algorithm
54
-
55
- Our implementation utilizes the following steps:
56
- Input Data: Historical returns for each asset in the portfolio.
57
- Objective Function: Construct an objective function that combines the expected return and variance.
58
- Optimization Algorithm: We employ a mean-variance optimization algorithm that iteratively adjusts the weights to find the optimal combination.
59
- Convergence Criteria: The algorithm iterates over a specified number of iterations (e.g., 5000) or until convergence is achieved.
60
 
61
  3. Implementation
62
 
63
- In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
64
- Input: Historical return data for each equity in the Indian market.
65
- Objective: Maximize expected return while minimizing portfolio variance.
66
- Optimization: Utilize an iterative approach, adjusting weights to find the optimal allocation.
67
- Output: The final set of weights that represent the optimal portfolio allocation.
68
 
69
-
70
  #### Contributing
71
-
72
  We welcome contributions! If you have any ideas for improvements, open an issue or submit a pull request.
73
  License
74
 
 
51
  Risk (Variance): A measure of the dispersion of returns. In portfolio optimization, we seek to minimize the variance of the portfolio returns.
52
 
53
  2. Optimization Algorithm
54
+
55
+ Our implementation utilizes the following steps:
56
+ Input Data: Historical returns for each asset in the portfolio.
57
+ Objective Function: Construct an objective function that combines the expected return and variance.
58
+ Optimization Algorithm: We employ a mean-variance optimization algorithm that iteratively adjusts the weights to find the optimal combination.
59
+ Convergence Criteria: The algorithm iterates over a specified number of iterations (e.g., 5000) or until convergence is achieved.
60
 
61
  3. Implementation
62
 
63
+ In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
64
+ Input: Historical return data for each equity in the Indian market.
65
+ Objective: Maximize expected return while minimizing portfolio variance.
66
+ Optimization: Utilize an iterative approach, adjusting weights to find the optimal allocation.
67
+ Output: The final set of weights that represent the optimal portfolio allocation.
68
 
 
69
  #### Contributing
 
70
  We welcome contributions! If you have any ideas for improvements, open an issue or submit a pull request.
71
  License
72