From 9ebd7ff4aca3614be5a23d22f99950460048ab94 Mon Sep 17 00:00:00 2001 From: Valentyn N Sichkar <34546286+sichkar-valentyn@users.noreply.github.com> Date: Sun, 19 Aug 2018 14:52:49 +0300 Subject: [PATCH] Update Function_Optimization.py --- Codes/Function_Optimization.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Codes/Function_Optimization.py b/Codes/Function_Optimization.py index 1f04bd5..f8e9840 100644 --- a/Codes/Function_Optimization.py +++ b/Codes/Function_Optimization.py @@ -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