Showing 235 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
    Tired of spending hours of sleep tuning you Robocode Bot? Your bot is full of constants that if wrong tuned would let to awfull performances? BotOptimizer will help you tune the bot, allowing you to define also your optimization algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Unit tests-based Genetic Programming in Java. The developer specifies unit tests, and the tool will use GP to evolve software that passes those tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GAPI (pronunced gappy) is the Genetic Algorithms Programming Interface - a set of Java classes that allow users to easily integrate Genetic Algorithms into their Java programs. See "GAPI specs" in the Feature Requests forum for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TA scheduler based on a genetic algorithm to make the tedious task of scheduling TA's more efficient.
    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.
  • 5
    The Athlete is a virtual robot living in the ODE (Open Dynamics Engine)world. An evolution algorithm is implemented based on the DR-EA-M to optimize its performances. This involves a Genetic algorithm, network of neurons and morphology. All is in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jrgp is a strong-typed Genetic Programming system, which features a graphical interface (gool) to setup and run GP-problems and a tool (fs-d) that greatly simplifies the definition of a GP-problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jeep is a modular, abstract and distributed evolutionnary programming core written in Java, allowing to grow autonomous agents as well a gene pool (as in genetic algorithms).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An open platform with an elegant GUI for evolving creative images using genetic programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Automated MapMaker for the Diplomacy boardgame. Using Genetic Algorithms and some user-defined criteria, DipMap will try to generate a playable Diplomacy map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    OpenAI is dedicated to creating a full suite of highly interoperable Artificial Intelligence components that make the best use of today's technologies. Current tools include Mobile Agents, Neural Networks, Genetic Algorithms and Finite State Machines.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    GD is AI - ALife becoming true. It's a genetic engine server, capable to run any kind of genetic algorithm. It has TCP architetcure, working with software clients and uman interaction. It has plugin capabilities and comes with a working Function Finder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java port and extension of MLC++ 2.0 by Kohavi et al. Currently contains ID3, C4.5, Naive (aka Simple) Bayes, and FSS and CHC (genetic algorithm) wrappers for feature selection. WEKA 3 interfaces are in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EvoLab is a genetic programming system written in Java. This project is not active at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Domigene is a genetic algorithm API attempting to incorporate dominant and recessive genes. Supports modular evolution types, genetic programs, definable instruction sets, variation in population, chromosomes, mortality, mutation, fitness functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A strongly-typed genetic programming experimentation platform written in pure Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ga2 is a simple C++ library providing the necessary base classes to implement a genetic algorithm in C++. It is based loosely on Goldberg's canonical GA, but with many modifications, improvements and additional features. Essentially feature-complete, and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GenP Genetic Programming Library is a cross-platform library of genetic programming functions for generic application. Initially it's purpose is for machine learning in board games but should be applicable to any purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Distributed Genetic Algorithm framework (with projects). Uses java.rmi for networking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The goal of the Rats and Mazes project is to build a simple genetic algorithm to find general solutions to random non-cyclic single path mazes. I believe that the solutions will tend towards either the right/left-hand rule.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    aVolve is an evolutionary/genetic algorithm designed to evolve single-cell organisms in a micro ecosystem. It currently uses the JGAP Genetic algorithm, but does include a primitive genetic algorithm written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a very simple implementation of the genetic algorithm framework presented by John Holland, based on Goldberg book Genetic Algorithms in Search, Optimization and Machine Learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This simplesudodu program is intend for studying in the sudoku solution algorithm rather than a game (If you want to make it a game, it's OK ^_^). Later I will implement the 4*4 or other kinds. Different sudoku requires different algorithm to solve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project aims at using the Artificial Intelligence (AI) algorithm called the Genetic algorithm to solve the problem of placement in the FPGA circuits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GAZES - Genetic Algorithm Zombie Eradication Simulation Grid-based simulator for zombie scenario. The units will use genetic algorithm to determine their actions on a cycle by cycle basis. This is a school project, so is likely on hiatus for summer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    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
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.