Skip to content

Commit 9ebd7ff

Browse files
Update Function_Optimization.py
1 parent 1b06def commit 9ebd7ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Codes/Function_Optimization.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# File: Function_Optimization.py
2+
# Description: Optimization of smooth and non-smooth functions with 'BFGS' and 'differential evolution' methods
3+
# Environment: PyCharm and Anaconda environment
4+
#
5+
# MIT License
6+
# Copyright (c) 2018 Valentyn N Sichkar
7+
# github.com/sichkar-valentyn
8+
#
9+
# Reference to:
10+
# Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027
11+
12+
13+
14+
115
# Implementing the task
216
# Optimization of smooth and non-smooth functions
317

0 commit comments

Comments
 (0)