This module implements a Genetic Algorithm (GA) in pure Perl. Other Perl modules that achieve the same thing (perhaps better, perhaps worse) do exist. Please check CPAN. I mainly wrote this module to satisfy my own needs, and to learn something about...
AQUMSIEH/AI-Genetic-0.05 - 11 May 2007 17:51:29 GMT - Search in distribution- AI::Genetic::Individual - Base class for AI::Genetic Individuals.
- AI::Genetic::OpMutation - A class that implements various mutation operators.
- AI::Genetic::OpSelection - A class that implements various selection operators.
- 5 more results from AI-Genetic »
This module provides efficient implementation of a genetic algorithm for professional use. It was designed to operate as fast as possible even on very large populations and big individuals/chromosomes. "AI::Genetic::Pro" was inspired by "AI::Genetic"...
STRZELEC/AI-Genetic-Pro-0.401 - 19 Nov 2011 11:38:38 GMT - Search in distributionThis utility package can be used as the sole import (i.e. just "use Algorithm::Genetic::Diploid;") to load all the required packages at once. It also provides static factory methods to create instances of these packages, e.g. "create_gene" and so on....
RVOSA/Algorithm-Genetic-Diploid-0.3 - 04 Jun 2014 22:41:04 GMT - Search in distribution- Algorithm::Genetic::Diploid::Gene - a gene with an expressible function
- Algorithm::Genetic::Diploid::Base - base class for core objects
- Algorithm::Genetic::Diploid::Logger - reports on progress of the experiment
- 5 more results from Algorithm-Genetic-Diploid »
RBUELS/Bio-Chado-Schema-0.20000 - 06 Jul 2012 19:06:31 GMT - Search in distribution
- Bio::Chado::Schema::Result::Genetic::Genotype
- Bio::Chado::Schema::Result::Genetic::Phendesc
- Bio::Chado::Schema::Result::Genetic::Environment - The environmental component of a phenotype description.
- 16 more results from Bio-Chado-Schema »
A canonical GA uses mutation, crossover, binary representation, and roulette wheel selection. Here mainly for reference, and so that you can peruse to start your own programs. In this case, we are optimizing the Royal Road function, <http://web.cecs....
JMERELO/Algorithm-Evolutionary-0.80 - 31 Oct 2014 07:18:32 GMT - Search in distribution- Algorithm::Evolutionary::Op::Base - Base class for Algorithm::Evolutionary operators,
- Algorithm::Evolutionary - Perl module for performing paradigm-free evolutionary algorithms.
- Algorithm::Evolutionary::Individual::Bit_Vector - Classic bitstring individual for evolutionary computation; usually called chromosome, and using a different implementation from Algorithm::Evolutionary::Individual::BitString
- 11 more results from Algorithm-Evolutionary »
# TODO...
DBAURAIN/Bio-MUST-Core-0.191300 - 10 May 2019 06:47:49 GMT - Search in distribution- Bio::MUST::Core::GeneticCode::Factory - Genetic code factory based on NCBI gc.prt file
MOOCOW/PDL-GA-0.08 - 06 Jun 2017 08:56:19 GMT - Search in distribution
- PDL::GA - Genetic algorithm utilities for PDLs
SLMATH/Genetics-0.03 - 13 Jan 2002 23:57:50 GMT - Search in distribution
fasxl takes multifasta format DNA or RNA codon sequences or alignments as input, and generates biological translations of those sequences as output. Gapped sequences on input are allowed with the -g, -k or -o options; the gap character "-" is require...
DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 GMT - Search in distribution- FAST - FAST Analysis of Sequences Toolbox
- fascodon - counts codon usage
- FAST::Bio::Ontology::OBOEngine - An Ontology Engine for OBO style flat file format from the Gene Ontology Consortium
- 6 more results from FAST »
bioaln performs common, routine manipulations of sequence alignments based on BioPerl modules including Bio::AlignIO, Bio::SimpleAlign and Bio::Align::Utilities. By default, bioaln assumes that both the input and the output files are in CLUSTALW form...
ROCKY/Bio-BPWrapper-1.12 - 15 Aug 2017 20:30:37 GMT - Search in distribution- biopop - SNP statistics based on BioPerl
SANDY is a bioinformatics tool that provides a simple engine to simulate next-generation sequencing for genomic and transcriptomic data. Simulated data works as experimental control - a key step to optimize NGS analysis - in comparison to hypothetica...
TMILLER/App-Sandy-0.23 - 10 Mar 2019 20:24:40 GMT - Search in distribution- App::Sandy - App builder that simulates single-end and paired-end reads.
RDO/Bio-KBase-0.06 - 15 Aug 2012 23:56:34 GMT - Search in distribution
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...
ELLIPSE/PDL-Opt-NonLinear-0.05 - 16 Aug 2018 14:02:26 GMT - Search in distributionThis module integrates a workflow aimed to address the evolvability of the contact interfaces within a protein complex. The method "Mecom->run" launchs the whole analysis. Also, such workflow is divided into the following steps: Step 1, Structural an...
HVALVERDE/Mecom-1.15 - 13 Jul 2013 18:55:01 GMT - Search in distribution- Mecom - A Perl program for protein contact interfaces evolutive analysis
Artificial neural networks (ANNs) are decision-making machines that develop their capabilities by training on input data. During this training, the ANN builds a topology of input neurons, hidden neurons, and output neurons that respond to signals in ...
RVOSA/AI-FANN-Evolving-0.4 - 04 Jun 2014 22:42:31 GMT - Search in distributionMISHIN/FamilyTreeInfo-2.3.41 - 24 Apr 2016 14:01:49 GMT - Search in distribution
- Ftree::FamilyTreeInfo - family tree generator
FORTUNE/Bio-CUA-1.04 - 12 Jul 2015 19:52:07 GMT - Search in distribution
- tai_codon.pl - a program to calculate tAI of each codon
- Bio::CUA - Codon Usage Analyzer.
- cai_codon.pl - a program to calculate CAI for each codon
- 4 more results from Bio-CUA »
The following article by Sean M. Burke first appeared in *The Perl Journal* #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document may be distributed under the same terms as Perl itself....
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 GMT - Search in distributionIf you couldn't really explain the difference between a *class* and an *object* or are confused about *methods* and *attributes* then this primer is for you. We presume no prior object experience covering the main concepts and terms necessary to begi...
RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 GMT - Search in distribution