You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Optimizing Bank Lending Using Genetic Algorithms
2
-
This repository contains an implementation of the research paper by Metawa N. et all on optimizing bank lending decisions using genetic algorithms. Also, a simulated annealing algorithm has been implemented and the results of both the algorithms are compared. It was found that the Genetic Algorithm performs better than the Simulated Annealing Algorithm.
2
+
This repository contains an implementation of the research paper by Metawa N. et all on optimizing bank lending decisions using genetic algorithms. The research paper can be found at https://www.sciencedirect.com/science/article/abs/pii/S0957417417301677?via%3Dihub
3
+
4
+
Also, a simulated annealing algorithm has been implemented and the results of both the algorithms are compared. It was found that the Genetic Algorithm performs better than the Simulated Annealing Algorithm.
3
5
4
6
To run the code, simply run the main.ipynb file. It calls functions from genetic_functions.py and simulated_annealing_functions.py
0 commit comments