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

Search results for "Opt"

Fry::Opt - Class for shell options. River stage zero No dependents

Most option methods are called only when an option is set from the commandline. Such an option is called an active option. Near the end of each loop iteration, options along with other shell components are reset. &resetOptions is then called and depe...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC - Search in distribution
  • Fry::Shell - Flexible shell framework which encourages using loadable libraries of functions.

Sim::OPT River stage zero No dependents

OPT is an optimization and parametric exploration program favouring problem decomposition. It can be used with simulation programs receiving text files as input and emitting text files as output. Sim::OPT's optimization modules (Sim::OPT, Sim::OPT::D...

GLBRUNE/Sim-OPT-0.729 - 24 Feb 2024 12:57:07 UTC - Search in distribution

Opt::Imistic - Optimistic option parsing River stage zero No dependents

Most option parsers end up doing the same thing but you have to write a whole spec to do it. This one just gets all the options and then gets out of your way. For the most part, your command-line options will probably be one of two things: a toggle (...

ALTREUS/Opt-Imistic-0.05 - 05 Mar 2015 20:26:55 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

PDL::Opt::GLPK - PDL interface to the GNU Linear Programming Kit River stage zero No dependents

This module provides an interface to GLPK, the GNU Linear Programming Kit. The interface was ported from Octave and mimics its GLPK interface....

SOMMREY/PDL-Opt-GLPK-0.07 - 26 Mar 2024 13:04:55 UTC - Search in distribution

CLI::Gwrap::Opt - a single CLI option item for CLI::Gwrap River stage zero No dependents

CLI::Gwrap::Opt encapsulates individual options for CLI::Gwrap. ATTRIBUTES type => 'string' A string naming the type of option (check, radio, string, etc). name => [ 'name', 'long name' ] This is the name of the option as used on the command line, an...

REID/CLI-Gwrap-0.030 - 05 Aug 2013 20:19:45 UTC - Search in distribution

Net::DNS::RR::OPT - DNS OPT resource record River stage three • 113 direct dependents • 575 total dependents

EDNS OPT pseudo resource record. The OPT record supports EDNS protocol extensions and is not intended to be created, accessed or modified directly by user applications. All EDNS features are performed indirectly by operations on the objects returned ...

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC - Search in distribution

PDL::Opt::Simplex - Simplex optimization routines River stage three • 93 direct dependents • 101 total dependents

This package implements the commonly used simplex optimization algorithm. The basic idea of the algorithm is to move a "simplex" of N+1 points in the N-dimensional search space according to certain rules. The main benefit of the algorithm is that you...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

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

lib/SGML/Opt.pm River stage one • 1 direct dependent • 1 total dependent

EHOOD/perlSGML.1997Sep18 - 11 Dec 1997 20:56:33 UTC - Search in distribution

perl/Triceps/lib/Triceps/Opt.pm River stage zero No dependents

BABKIN/triceps-2.1.0 - 25 Dec 2018 06:42:26 UTC - Search in distribution

Module::Compile::Opt - Provide options to Module::Compile River stage two • 5 direct dependents • 11 total dependents

module::Compile::Opt allows you to give runtime options to Module::Compile By default Module::Compile compiles a module in a ".pm" file into a ".pmc" file....

INGY/Module-Compile-0.38 - 25 Dec 2019 01:25:26 UTC - Search in distribution

PDL::Opt::ParticleSwarm - Particle Swarm Optimization (object oriented) River stage zero No dependents

The Particle Swarm Optimization technique uses communication of the current best position found between a number of particles moving over a hyper surface as a technique for locating the best location on the surface (where 'best' is the minimum of som...

EWHEELER/PDL-Opt-Simplex-Simple-2.001 - 21 Apr 2024 05:05:03 UTC - Search in distribution

Apache::Wyrd::Input::Opt - Wyrd for passing options to Apache::Wyrd::Input::Set River stage zero No dependents

Roughly equivalent to the <option> HTML tag, but for "Apache::Wyrd::Input::Set" objects, rather than for <select> tags. Opt provides an option to a Set Input. The label is given either as the value attribute or as the enclosed text. The name attribut...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC - Search in distribution

Script::Toolbox::Util::Opt - see documentaion of Script::Toolbox River stage zero No dependents

ECKARDT/Script-Toolbox-0.63 - 30 Aug 2019 10:27:47 UTC - Search in distribution

lib/Net/RawIP/opt.pm River stage zero No dependents

SAPER/Net-RawIP-0.25 - 29 Oct 2008 23:16:19 UTC - Search in distribution

lib/Term/Choose/Opt/Search.pm River stage one • 7 direct dependents • 8 total dependents

KUERBIS/Term-Choose-1.764 - 20 Apr 2024 14:34:17 UTC - Search in distribution

regexp-opt - create a regexp matching all words in the command line River stage zero No dependents

Creates a regular expression that will match any of the words listed in the command line. By default, POSIX extended regexp is created....

SGRAY/List-Regexp-1.04 - 13 Feb 2021 08:57:09 UTC - Search in distribution
  • regexp-opt - create a regexp matching all words in the command line
  • regexp_opt - Convert list of strings to a regular expression

OptArgs - integrated argument and option processing River stage one • 2 direct dependents • 2 total dependents

*Deprecated*: development on OptArgs stopped in 2016. Consider using OptArgs2 instead, which is faster and better looking in many ways :-) OptArgs processes Perl script *options* and *arguments*. This is in contrast with most modules in the Getopt::*...

MLAWREN/OptArgs-0.1.21 - 29 Sep 2022 08:55:47 UTC - Search in distribution
  • App::optargs - implementation of the optargs(1) command
  • Getopt::Args - integrated argument and option processing
  • optargs - print an OptArgs program command summary
1,153 results (0.156 seconds)