The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "nonlinear"

PDL::Opt::NonLinear - Non Linear optimization routines River stage zero No dependents

This module provides routine that solves optimization problem: minimize f(x) x Some routines can handle bounds, so: minimize f(x) x subject to low <= x <= up...

ETJ/PDL-Opt-NonLinear-0.08 - 21 Feb 2022 08:00:16 UTC - Search in distribution

Algorithm::CurveFit - Nonlinear Least Squares Fitting River stage one • 3 direct dependents • 3 total dependents

"Algorithm::CurveFit" implements a nonlinear least squares curve fitting algorithm. That means, it fits a curve of known form (sine-like, exponential, polynomial of degree n, etc.) to a given set of data points. For details about the algorithm and it...

SMUELLER/Algorithm-CurveFit-1.05 - 05 Jun 2010 08:37:38 UTC - Search in distribution

Gtk River stage one • 1 direct dependent • 2 total dependents

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

C::Blocks - embeding a fast C compiler directly into your Perl parser River stage one • 1 direct dependent • 2 total dependents

Perl is great, but sometimes I find myself reaching for C to do some of my computational heavy lifting. There are many tools that help you interface Perl and C. This module differs from most others out there by providing a way of inserting your C cod...

DCMERTENS/C-Blocks-0.42 - 09 Dec 2016 17:06:54 UTC - Search in distribution

PDL::Stats::GLM - general and generalized linear modeling methods such as ANOVA, linear regression, PCA, and logistic regression. River stage one • 3 direct dependents • 4 total dependents

The terms FUNCTIONS and METHODS are arbitrarily used to refer to methods that are threadable and methods that are NOT threadable, respectively. FUNCTIONS except ols_t support bad value. PDL::Slatec strongly recommended for most METHODS, and it is req...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC - Search in distribution

PDL::Graphics::Gnuplot - Gnuplot-based plotting for PDL River stage one • 1 direct dependent • 1 total dependent

This module allows PDL data to be plotted using Gnuplot as a backend for 2D and 3D plotting and image display. Gnuplot (not affiliated with the GNU project) is a venerable, open-source program that produces both interactive and publication-quality pl...

ETJ/PDL-Graphics-Gnuplot-2.026 - 20 Apr 2024 15:05:30 UTC - Search in distribution

Algorithm::DecisionTree - A Perl module for decision-tree based classification of multidimensional data. River stage zero No dependents

Algorithm::DecisionTree is a *perl5* module for constructing a decision tree from a training datafile containing multidimensional data. In one form or another, decision trees have been around for about fifty years. From a statistical perspective, the...

AVIKAK/Algorithm-DecisionTree-3.43 - 23 Jun 2017 15:02:09 UTC - Search in distribution

Algorithm::LBFGS - Perl extension for L-BFGS River stage one • 1 direct dependent • 1 total dependent

L-BFGS (Limited-memory Broyden-Fletcher-Goldfarb-Shanno) is a quasi-Newton method for unconstrained optimization. This method is especially efficient on problems involving a large number of variables. Generally, it solves a problem described as follo...

LAYE/Algorithm-LBFGS-0.16 - 16 Feb 2008 04:49:50 UTC - Search in distribution

Symbol::Opaque - ML-ish data constructor pattern matching River stage zero No dependents

This module allows the creation of data constructors, which can then be conditionally unified like in Haskell or ML. When you use the binding operator "<<", between two structures, this module tries to bind any *free variables* on the left in order t...

LPALMER/Symbol-Opaque-0.03 - 20 Aug 2005 08:14:49 UTC - Search in distribution

archive/gmt/psbasemap.pm River stage zero No dependents

GLLORE/App-SeismicUnixGui-0.87.1 - 03 Feb 2024 00:00:21 UTC - Search in distribution

PDL::Opt::QP - Quadratic programming solver for PDL River stage zero No dependents

This routine uses Goldfarb/Idnani algorithm to solve the following minimization problem: minimize f(x) = 0.5 * x' D x - d' x x optionally constrained by: Aeq' x = a_eq Aneq x >= b_neq...

ETJ/PDL-Opt-QP-0.29 - 09 Jan 2023 13:59:05 UTC - Search in distribution

AI::MXNet::InitDesc - A container for the initialization pattern serialization. River stage one • 2 direct dependents • 2 total dependents

The base class AI::MXNet::Initializer defines the default behaviors to initialize various parameters, such as set bias to 1, except for the weight. Other classes then define how to initialize the weights. Currently following classes are available: mx...

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC - Search in distribution

Apache::Session::Counted - Session management via a File::CounterFile River stage zero No dependents

This session module is based on Apache::Session, but it persues a different notion of a session, so you probably have to adjust your expectations a little. The dialog that is implemented within an HTTP based application is a nonlinear chain of events...

ANDK/Apache-Session-Counted-1.119 - 26 Apr 2019 14:59:27 UTC - Search in distribution

USB::HID::Report::Field - USB HID Report Field River stage zero No dependents

USB::HID::Report::Field is an abstract representation of a field in a USB HID Report. When added to an instance of USB::HID::Report it can be used to generate the items in HID Report Descriptor. Several convenience constructors are provided for creat...

BFOZ/USB-Descriptor-4 - 09 Oct 2011 19:06:45 UTC - Search in distribution

PDL::Transform::Color - Useful color system conversions for PDL River stage one • 1 direct dependent • 2 total dependents

PDL::Transform::Color includes a variety of useful color conversion transformations. It can be used for simple hacks on machine-native color representations (RGB <-> HSV, etc.), for simple encoding/decoding of machine-native color representations suc...

ETJ/PDL-Transform-Color-1.007 - 12 Jan 2023 15:20:43 UTC - Search in distribution

WebService::Kramerius::API4::Feed - Class to feed endpoint in Kramerius v4+ API. River stage one • 1 direct dependent • 1 total dependent

SKIM/WebService-Kramerius-API4-0.02 - 26 Nov 2023 13:58:36 UTC - Search in distribution

Algorithm::LinearManifoldDataClusterer - for clustering data that resides on a low-dimensional manifold in a high-dimensional measurement space River stage zero No dependents

If you are new to machine learning and data clustering on linear and nonlinear manifolds, your first question is likely to be: What is a manifold? A manifold is a space that is locally Euclidean. And a space is locally Euclidean if it allows for the ...

AVIKAK/Algorithm-LinearManifoldDataClusterer-1.01 - 09 Jan 2015 18:39:55 UTC - Search in distribution

Math::GSL::Multiroots - Multidimensional root-finding River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions in this module : * "gsl_multiroot_fdjacobian " * "gsl_multiroot_fsolver_alloc " * "gsl_multiroot_fsolver_free " * "gsl_multiroot_fsolver_set " * "gsl_multiroot_fsolver_iterate " * "gsl_multiroot_fsolver_name " * "g...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC - Search in distribution
20 results (0.035 seconds)