Skip to content

Commit

Permalink
Update Function_Optimization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sichkar-valentyn authored Aug 19, 2018
1 parent 1b06def commit 9ebd7ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Codes/Function_Optimization.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# File: Function_Optimization.py
# Description: Optimization of smooth and non-smooth functions with 'BFGS' and 'differential evolution' methods
# Environment: PyCharm and Anaconda environment
#
# MIT License
# Copyright (c) 2018 Valentyn N Sichkar
# github.com/sichkar-valentyn
#
# Reference to:
# Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027




# Implementing the task
# Optimization of smooth and non-smooth functions

Expand Down

0 comments on commit 9ebd7ff

Please sign in to comment.