Showing 27 open source projects for "differential evolution"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    PlatEMO

    PlatEMO

    Evolutionary multi-objective optimization platform

    ...Any machines able to run MATLAB can use PlatEMO regardless of the operating system. PlatEMO includes more than ninety existing popular MOEAs, including genetic algorithm, differential evolution, particle swarm optimization, memetic algorithm, estimation of distribution algorithm, and surrogate model-based algorithm. Most of them are representative algorithms published in top journals after 2010. Users can select various figures to be displayed, including the Pareto front of the result, the Pareto set of the result, the true Pareto front, and the evolutionary trajectories of any performance indicator values. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    GenX

    GenX

    X-Ray and Neutron Reflectivity Modeling

    GenX is a scientific program to refine x-ray refelcetivity, neutron reflectivity and surface x-ray diffraction data using the differential evolution algorithm. GenX is very modular and highly extensible and can be used as a general fitting program.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 3

    DEEP

    Differential Evolution Entirely Parallel Method

    The Differential Evolution, introduced in 1995 by Storn and Price, considers the population, that is divided into branches, one per computational node. The Differential Evolution Entirely Parallel method takes into account the individual age, that is defined as the number of iterations the individual survived without changes. The introduced improvements are: (I) allow several oldest individuals to be overwritten by the same number of best ones in the population, (II) new selection rule uses several objective functions in offspring evaluation. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    syre

    syre

    Synchronous Reluctance (machines) - evolution

    SyR-e is a Matlab/Octave package developed to design, evaluate and optimize synchronous reluctance and permanent magnet machines. To perform Finite Element Analysis (FEA) SyR-e is linked to FEMM software, and the simulation process (model creation, pre-processing, post-processing) is automatic and completely controlled from SyR-e code. For the design section, SyR-e embeds automatic procedures based on design equations, minimal FEA simulations or multi-objective optimization algorithm...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Evolutionary.jl

    Evolutionary.jl

    Evolutionary & genetic algorithms for Julia

    A Julia package for evolutionary & genetic algorithms. The package can be installed with the Julia package manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The ASCO project aims to bring circuit optimization capabilities to existing SPICE simulators using a high-performance parallel differential evolution (DE) optimization algorithm. It supports Eldo, HSPICE, LTspice, Spectre, and Qucs.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    ClimateMachine.jl

    ClimateMachine.jl

    Earth System Model that automatically learns from data

    The ClimateMachine is a software package that models the evolution of the Earth system over weeks to centuries. The ClimateMachine solves three-dimensional partial differential equations for the distributions of water, momentum, energy, and tracers such as carbon in the atmosphere, oceans, and on land. The ClimateMachine will harness a wide range of Earth observations and data generated computationally to predict the evolution of Earth’s climate and features such as droughts, rainfall extremes, and high-impact storms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OpenDino

    Open Source Java platform for Optimization, DoE, and Learning.

    ...It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules". Implemented Modules Evolutionary Algorithms: - CMA-ES - (1+1)-ES - Differential Evolution Deterministic optimization algorithm: - SIMPLEX Learning: - a simple Artificial Neural Net Optimization problems: - test functions - interface for executing other programs (solvers) - parallel execution of problems - distributed execution of problems via socket connection between computers Others: - data storage - data analyser and viewer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    popt4jlib

    Parallel Optimization Library for Java

    popt4jlib is an open-source parallel optimization library for the Java programming language supporting both shared memory and distributed message passing models. Implements a number of meta-heuristic algorithms for Non-Linear Programming, including Genetic Algorithms, Differential Evolution, Evolutionary Algorithms, Simulated Annealing, Particle Swarm Optimization, Firefly Algorithm, Monte-Carlo Search, Local Search algorithms, Gradient-Descent-based algorithms, as well as some well-known network flow and other graph algorithms. A fast parallel implementation of the network simplex method, and some full-fledged parallel/distributed MIP solvers will be added in the next version. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    Point Symmetry Clustering

    Point Symmetry Clustering Approach Using Differential Evolution

    Implementation of Point Symmetry-based Automatic Clustering Approach Using Differential Evolution Using bug fixed KD tree nearest neighbor search from https://github.com/CristianDallos/kmeansclustering. (It is also modified to search for multiple nearest points instead only for one.) Used those academic works for algorithm implementation: http://cs.cug.edu.cn/teacherweb/gwy/Publication/ISICA-09.pdf http://www.isical.ac.in/~sanghami/ieeetkde_cameraready.pdf http://www.softcomputing.net/smca-paper1.pdf 1. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Opt4J

    Opt4J

    Modular Java framework for meta-heuristic optimization

    Opt4J is an open source Java-based framework for evolutionary computation. It contains a set of (multi-objective) optimization algorithms such as evolutionary algorithms (including SPEA2 and NSGA2), differential evolution, particle swarm optimization, and simulated annealing. The benchmarks that are included comprise ZDT, DTLZ, WFG, and the knapsack problem. The goal of Opt4J is to simplify the evolutionary optimization of user-defined problems as well as the implementation of arbitrary meta-heuristic optimization algorithms. For this purpose, Opt4J relies on a module-based implementation and offers a graphical user interface for the configuration as well as a visualization of the optimization process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    DE-HEoC

    DE-based Weight Optimisation for Heterogeneous Ensemble

    We propose the use of Differential Evolution algorithm for the weight adjustment of base classifiers used in weighted voting heterogeneous ensemble of classifier. Average Matthews Correlation Coefficient (MCC) score, calculated over 10-fold cross-validation, has been used as the measure of quality of an ensemble. DE/rand/1/bin algorithm has been utilised to maximize the average MCC score calculated using 10-fold cross-validation on training dataset.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MOEA Framework

    MOEA Framework

    A Free and Open Source Java Framework for Multiobjective Optimization

    The MOEA Framework is a free and open source Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose multiobjective optimization algorithms. The MOEA Framework supports genetic algorithms, differential evolution, particle swarm optimization, genetic programming, grammatical evolution, and more. A number of algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA, GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary to rapidly design, develop, execute and statistically test optimization algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EurekaOptima is a framework for optimization containing the implementation of several algorithms like Genetic Algorithm (GA), Clonal Selection Algorithm (CLONALG), Grammatical Evolution (GE), Differential Evolution (DE), and Evolution Strategy (ES).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Threadsafe C library for genetic optimisation (differential evolution) of data. Most often used for least squares fitting. But you can supply your own fit function and your own cost function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    EmulMultiFit

    Simultaneously fit SAS data with polydisperse core-shell-shell spheres

    Keywords: -simultaneously fit several SAXS and SANS data sets with polydisperse (Schultz-Zimm or Gaussian distribution f(R)) spherical core-shell-shell nanoparticles -analytical expressions are used for from factor F(Q) and its integral over f(R), no numerical integration required -absolute units -Mathematica is required via console (MathKernel) -Mathematica's local and global optimizers (simulated annealing, differential evolution, Nelder-Mead, ...) can be used -range for fit parameters and further constraints between fit parameters are possible -Monodisperse(!) hard sphere structure factor can be used, too -long computation times (depending on problem size and amount of constraints) from hours to a few days are possible -non-parallelized code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    XNDiff

    X-ray and Neutron powder pattern simulation analysis

    Keywords (XNDiff): -SAXS -SANS -absolute units -core (double)shell crystalline nanoparticles -with a parallelepidal shape -particle assemblies -powder and ensemble average -C/C++ -Unix -OpenMP -HPC Cluster Keywords (BatchMultiFit): -simultaneous fits for several SAXS and SANS curves with simulation data from XNDiff -SANS data can be smeared with dq values from experimental data sets or analytical functions -Mathematica console -local and global optimizers (simulated annealing, differential evolution, Nelder-Mead, ...) can be used -range for fit parameters and further constraints between fit parameters -parallelized (typ. 4-8 threads) TODO (BatchMultiFit): -read and use errorbars from experimental data sets -allow different q-ranges for different data sets in the fits -rewrite and test in Python using e.g. the lmfit module: https://pypi.python.org/pypi/lmfit/ to get rid of Mathematica and to run it on HPC clusters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ofeli
    Ofeli (as an acronym for Open, Fast and Efficient Level set Implementation) demonstrates how to operate an image segmentation algorithm of Y. Shi and W. C. Karl |1|, using a discrete approach for the approximation of level-set based curve evolution (implicit active contours). This is a novel (2005) and fast algorithm without the need of solving partial differential equations (PDE) while preserving the advantages of level set methods, such as the automatic handling of topological changes. Considerable speedups (×100) have been demonstrated as compared to PDE-based narrow band level-set implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    The DetStoch package offers the user two different methods to compute chemical reactions: Deterministic and Stochastic approaches. It allows the user to play with an intuitive GUI framework and compute the evolution rates of the chemical reactions with the different methods available. The results are displayed in graphical plots of the species concentration over the time. The package is designed to solve any of the following reactions by either one of the two approaches...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a GUI, Java implementation of the Ant Colony Optimisation/Particle Swarm Optimisation (PSO/ACO2) rule induction algorithm. This project was inspired by Ant-Miner, but handles continuous attributes using PSO or now Differential Evolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    C++ Differential Evolution Library

    A C++ Differential Evolution optimization library

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    aeon-framework

    aeon-framework

    AEON is an Evolutionary Computation framework written in C++.

    ...AEON can be easily configured using text files to use different encodings and/or EAs on the same experiment. The framework currently supports standard EAs (Simple GA, Steady-State GA, etc.), Differential Evolution and a number of direct and indirect encodings (bitstring, real-valued, AGE, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Library for creation of artificial neural networks in C#. Library supports Hopfield nets, Kohonen nets, feedforward networks, several learning techniques (differential evolution, back propagation, quick propagation, resilient propagation etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VitoshaTrade is Distributed Artificial Neural Network trained by Differential Evolution for prediction of Forex. Project development is in Sofia, Bulgaria. Vitosha is a mountain massif, on the outskirts of Sofia, the capital of Bulgaria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB