Metadata >> NuGet >> widemeadows.Optimization

widemeadows.Optimization

Metadata

Authors Markus Mayer
Copyrights Copyright © Markus Mayer 2015
Description This library aims to implement different mathematical optimization algorithms, such as regular and conjugate gradient descent.
LicenseUrl https://github.com/sunsided/optimization/blob/master/LICENSE.md
Owners Markus Mayer
ProjectUrl https://github.com/sunsided/optimization
RequireLicenseAcceptance False
Tags optimization, nonlinear, gradient descent
Dependencies MathNet.Numerics:3.7.0
Title (Nonlinear) Optimization
PackageSize 87122
PackageHashAlgorithm SHA512
PackageHash EVlaNGEDJLbOpO4Xf+47BYnoxhX/mQ8GvUS6uA/sD8lXUvbEQMtduX1mYAPc+D/iW4GEbwX6bzxwOrDFhOrouA==
DownloadCount 000000
CreatedDate 2015-07-12T23:30:52

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install widemeadows.Optimization -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install widemeadows.Optimization -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package widemeadows.Optimization
Installing the package (HTTP Basic authentication):
Install-Package widemeadows.Optimization -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package widemeadows.Optimization -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package widemeadows.Optimization

OpenWrap

Installing the package:
o add-wrap widemeadows.Optimization
Uninstalling the package:
o remove-wrap widemeadows.Optimization

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.1.0-alpha