Skip to content

Commit 8bbf00d

Browse files
committed
fixed README.md file
1 parent 0eb4705 commit 8bbf00d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# Optimization Algorithms
1+
# Programming with Python
22

33
## 1. Introduction
44

5-
**Download our book from <https://thomasweise.github.io/oa/optimization_algorithms.pdf>.**
5+
**Download our book from <https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf>.**
66

7-
With the book *"[Optimization Algorithms](https://thomasweise.github.io/oa/optimization_algorithms.pdf)"* we try to develop an accessible and easy-to-read introduction to optimization, optimization algorithms, and, in particular, metaheuristics.
8-
We will do this by first building a general framework structure for optimization problems.
9-
We then approach the algorithms that have been developed to solve such problems from bottom-up, starting with simple approaches and step-by-step moving to more advanced methods.
7+
This project is work-in-progress.
8+
The goal is to provide an introduction course into programming with Python.
109

11-
**If you have any comments or suggestions regarding the book, or if you spotted an error or typo, please feel free to submit an [issue here](https://github.com/thomasWeise/oa/issues).**
10+
**If you have any comments or suggestions regarding the book, or if you spotted an error or typo, please feel free to submit an [issue here](https://github.com/thomasWeise/programmingWithPython/issues).**
1211
Your feedback would help us to improve the book.
1312

1413
## 2. License
@@ -22,4 +21,3 @@ of the School of Artificial Intelligence and Big Data ([人工智能与大数据
2221
of [Hefei University](http://www.hfuu.edu.cn/english/) ([合肥学院](http://www.hfuu.edu.cn/)),
2322
in Hefei, Anhui, China (中国安徽省合肥市)
2423
via email to [[email protected]](mailto:[email protected]) with CC to [[email protected]](mailto:[email protected]).
25-

0 commit comments

Comments
 (0)