Search Results for "genetic algorithm java" - Page 35

Showing 902 open source projects for "genetic algorithm java"

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

    GENet

    A genetic algorithm framework for artificial neural networks.

    A genetic algorithm framework to allow the evolution of synapse weights and topologies of artificial neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A repository of grid computing student exercises. The repository currently contains a grid-enabled mergesort using Condor. Exercises to be developed include genome analysis, genetic algorithm, integration, matrix multiply, ray tracing, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A Visual Studio .NET C++ application can perform machine learning using genetic algorithm, naive bayes, KNN, and Artificial Neural Networks (ANNs) read and processed from any standard ARFF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    Integer Singular Value Decomposition Genetic Algorithm Function Fitter. This is an optimization algorithm that performs a similar role to a neural network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Evolutionary computation library and benchmark utility. Integer encoded genetic algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cosmos

    cosmos

    Algorithms that run our universe | Your personal library of every algo

    Cosmos (by OpenGenus Foundation) is your personal offline collection of every algorithm and data structure one will ever encounter and use in a lifetime. This provides solutions in various languages spanning C, C++, Java, JavaScript, Swift, Python, Go and others. This work is maintained by a community of hundreds of people and is a massive collaborative effort to bring the readily available coding knowledge offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Profiled Endwall Design

    Profiled Endwall Design

    A genetic algoritm based system for generating profiled endwalls.

    This code is based on the Durham Endwall Design System used to produce endwall designs for low speed linear cascades. It consists of a number of Octave scripts which run mesh generators and flow solvers and uses a genetic algorithm to find the optimal solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The SBMLevolver is an evolutionary algorithm package that creates SBML models with user-specified properties and behaviour from a given set of building blocks. Applications lie in network reconstruction and synthetic biology.
    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.
  • 10
    Test of Artificial Life
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    biojazz

    In silico evolution of biochemical networks.

    In silico evolution of biochemical networks using a genetic algorithm combined with a rule-based biochemical network model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Takthons provides container and manipulation services for evolved machine language routines. This allows the calling application to concentrate on the UI, the fitness evaluation and the genetic operations rather than the machine language details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sistema GnoSis para calibragem de ontologias
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple genetic algorithm (GA) program that demonstrates the dynamic behaviour of standard GAs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    uealib

    Evolutionary algorithms library

    Фреймворк для работы с эволюционными алгоритмами, разрабатывается в Уральском государственном университете.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is for developing stereo vision algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    a sandbox for trying my engine ideas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is an exercise and proof of concept. It aims to minimize the tree width of the tree decompositioned graph G with the methods of genetic algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SeedFill3D_

    My first sourceforge project. Plugin for ImageJ

    Plugin for ImageJ (Image Processing application). Maint target is develop 3D FloodFill tool for 3D stack images based on algorithm described in A rapid 3D seed-filling algorithm based on scan slice by Wei Wei You et al. Secondary targets is learn myself of Java, subversion and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dungeon generator ported to Java from a Ruby version of the algorithm found at http://donjon.bin.sh/dungeon/about/. The ruby version was written by Carl Ellis and can be found at https://github.com/carl-ellis/Dungeon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The i2b2 Center is developing a scalable informatics framework that will bridge clinical research data and the vast data banks arising from basic science research in order to better understand the genetic bases of complex diseases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    j2me version of icHerbert - game used in first round of algorithm competition http://imaginecup.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Strategy-ai is a Stratego-like game with an ai based on genetic programming, evolutionary computation. The ai can be trained and be improved over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Porter Stemmer

    Java version of Porter's Stemming algorithm

    The Stemmer class transforms a word into its root form. The input word is provided from the add() methods. The stem() method will return the stem as will toString() after stem() has been called). The clear() method will wipe the Stemmer buffer and allow a new word to be input. This version extends Martin Porter's original stemming algorithm by allowing capital letters to exist in words. This version should also be plugged in wherever the old algorithm is used with few accommodations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is an implementation of a BML realizer using ROS. The algorithm uses an event-driven architecture, based on Petri nets, to ensure synchronization constraints for robots.
    Downloads: 0 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.