Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Need Help Porting Nonlinear Regression Example into VB.Net #711

@womblepc

Description

@womblepc

I'm unsure how to port the second parameter of the Nonlinearregression Class into VB.Net from the example in the documentation. The parameter is
function: (w, x) => w[0] * x[0] * x[0] + w[1] * x[0] + w[2],
Would this (in VB.NET) be
[function]:= w[0] * x[0] * x[0] + w[1] * x[0] + w[2], ?
If so, what does the gradient constraint function look like?

A VB.NET version of that example would be fantastic!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions