Skip to main content

Optimize functions.Newton and Gradient descent methods

Project description

Features

This package provides means to optimize functions. Newtons and gradient descent methods are provided.

Basic Usage

func = lambda x: x**2 - 15*x +35

func = Optimization_function(func,show = True,method = ‘GradientDescent’)

func.optimize()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

function_optimization-0.3.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page