Search Results for "vba genetic algorithm" - Page 3

Showing 227 open source projects for "vba genetic algorithm"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    quickGA-m

    quickGA-m

    A quick (messy?) genetic algorithm to solve TSP

    A quick genetic algorithm to solve TSP scenarios. Written in Matlab. Circa June 2012.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Evolutionary Nursery

    A simple genetic algorithm for numerical optimization

    Evolutionary nursery is a result for my passion for developing genetic algorithms. I implemented this simple GA in 2008. This is especially intended for numerical optimization problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Grammatical Optimization

    A java based framework for grammatical evolution.

    This project is a result for my curiosity for how grammatical evolution (GE) works. Eventually, I made this wrapper for GE that should work with any numerical optimization algorithm. So the idea behind GE is that it takes production rules for computer programs using a context free grammar in Backus Naur form. The production rules can be used to evolve computer programs by running an algorithm such as a genetic algorithm or a particle swarm optimizer in the background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    FamSeq

    Variant calling on the basis of pedigree information

    ... implementations of the Mendelian genetic model: the Bayesian network algorithm, Elston-Stewart algorithm and Markov chain Monte Carlo algorithm. To make the software efficient and applicable to large families, we parallelized the Bayesian network algorithm that copes with pedigrees with inbreeding loops without losing calculation precision on an NVIDIA® graphics processing unit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5

    SimpleFB_GA

    a simple genetic algorithm written in FreeBasic

    a FreeBasic-written Genetic Algorithm code is here deployed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    HfT GA RCPSP

    Genetic Algorithm for the RCPSP

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NEAT Visualizer SFML

    A NEAT Implementation and Visualization System

    Evolves neural networks using the Neuro-Evolution of Augmenting Topologies (NEAT) technique. A separate visualization system uses another genetic algorithm to evolve images of the otherwise dimensionless networks so their structure can be observed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VariantMaster

    Extract causative variants for monogenic and sporadic genetic diseases

    There is a fast growing interest in clinical genetics to the utilization of High Throughput Sequencing data for accurate diagnosis of monogenic diseases. To improve the identification of the variants from HTS, we developed VariantMaster, an original program that accurately and efficiently extracts causative variants in familial and sporadic genetic diseases. The algorithm takes into account predicted variants (SNPs and indels) in affected individuals or tumor samples and utilizes the row (BAM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bin Packing with Genectic Algorithm

    Bin Packing with Genectic Algorithm

    Bin Packing problem solved using Genectic Algorithm

    This project contains a solution for a Bin Packing problem solved using Genectic Algorithms. The code in the project was created as a solution for a problem in a combinatorial optimization class at the Univeridade Federal do Rio Grande do Sul (UFRGS - Brasil) in 2007.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    niGA

    Heterogenous Multiprocessor Scheduling Using Genetic Algorithms

    Implementation of task scheduling using Genetics algorithm for heterogeneous parallel programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    OBSOLETE s-ga

    genetic algorithm

    Obsolete. Moved to the new Project 'sgena'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ABM-Calibration-SensitivityAnalysis

    Codes and Data for Calibration and Sensitivity Analysis of ABM

    ... fitting: 1. Full Factorial Design 2. Simple Random Sampling 3. Latin Hypercube Sampling 4. Quasi-Newton Method 5. Simulated Annealing 6. Genetic Algorithm 7. Approximate Bayesian Computation b. Sensitivity Analysis: 1. Local SA 2. Morris Screening 3. DoE 4. Partial (Rank) Correlation Coefficient 5. Standardised (Rank) Regression Coefficient 6. Sobol' 7. eFAST 8. FANOVA Decomposition Have also a look on our other projects: http://www.uni-goettingen.de/de/315075.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Evochumps

    Evolving recursive artificial neural networks in a simulation.

    Evochups allows you to create a simple simulation environment where individuals called "chumps" display behavior according to their simulated brains. Each Chump has a recursive neural network which takes input from thier environment and controls the chump's behavior. It has a built-in evolutionary algorith to let the brains evolve conditoned to selective pressure. The program's interface allows you to manipulate all kinds of parameters of both the simulation, the genetic algorithm, and each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ALCHEMY is a genotype calling algorithm for Affymetrix and Illumina products which is not based on clustering methods. Features include explicit handling of reduced heterozygosity due to inbreeding and accurate results with small sample sizes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PyGAO

    Genetic Algorithm Optimization for Python

    A simple interface for performing genetic algorithm optimization for numerical problems. I am starting with a stripped-down version, where a solution can be described using a single vector of float numbers. Eventually, I will expand to more generic data structures and add multiple-species search options. For the time being, I have no plans of developing a GUI. For now, this is strictly a computational module. In addition to the standard Python libraries, PyGAO uses numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Model Based Test Generator

    Model Based Test Generator from UML

    The purpose of this project is creating test cases from uml statemachine and Class diagram with OCL constraint. We use forward search strategy to creating abstract test cases and using genetic algorithm for creating test data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NNBrain

    NNBrain

    A free, open source collection of neural network based AI agents.

    NNBrain is a free and open source collection of artificial intelligence agents. These agents have applications in video games, research, business, and more. The included agents function in both discrete and continuous action and state spaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Tetris AI

    A try to demonstrate an AI module based on doubled genetic algorithm.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    OpenAIL

    OpenAIL

    Open Artificial Intelligence Library

    [Open Artificial Intelligence Library]. This library main goal is to provide a tool box to those who want to use algorithm such as neural network or genetics Algorithm and all algorithms that are commonly within the Artificial Intelligence field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    AEvolution

    Artificial life game

    Artificial life game using a genetic algorithm in a simple 2D world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Reactor Breeder

    A Genetic Algorithm for Reactors in StarMade

    This software uses a genetic algorithm to "evolve" reactor designs for Schema's space-simulation game, Star-Made (http://star-made.org/). One of the more unique aspects of the game is that ship power management is not as simple as filling a cube with power generation blocks. This mechanism leads to difficulties in getting maximal power generation out of such reactors. This program rectifies this issue by using a self-organizing variant of brute force search. Much of the search space...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Genetic Polynomials

    genetic algorithm to approximate a set of points with polynomial

    genetic algorithm to approximate a set of points with polynomial
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Open Genetic Algorithm Toolbox

    This is a MATLAB toolbox to run a GA on any problem you want to model.

    This is a toolbox to run a GA on any problem you want to model. You can use one of the sample problems as reference to model your own problem with a few simple functions. You can collaborate by defining new example problems or new functions for GA, such as scaling, selection or adaptation methods. In that case, you should then include your credits in the file, upload it to matlab central and contact the author. Suggestions are also welcome but naturally I won't be able to attend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    QuasiRecomb

    QuasiRecomb

    Probabilistic inference of viral Quasispecies

    Please get the binary latest version at https://github.com/armintoepfer/QuasiRecomb/releases Description: RNA viruses are present in a single host as a population of different but related strains. This population, shaped by the combination of genetic change and selection, is called quasispecies. Genetic change is due to both point mutations and recombination events. We present a jumping hidden Markov model that describes the generation of the viral quasispecies and a method to infer its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    libfgen

    Library for optimization using a genetic algorithm or particle swarms

    libfgen is a library that implements an efficient and customizable genetic algorithm (GA). It also provides particle swarm optimization (PSO) functionality and an interface for real-valued function minimization or model fitting. It is written in C, but can also be compiled with a C++ compiler. Both Linux and Windows are supported.
    Downloads: 2 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.