Showing 94 open source projects for "evolution-x"

View related business solutions
  • 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
  • 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
  • 1
    CASUP

    CASUP

    Cellular Automata library for SUPercomputers (CASUP)

    CASUP is a Cellular Automata (CA) library for HPC and supercomputers. It can be used in materials science (microstructure evolution, grain coarsening, fracture etc.), physics (Ising magnetisation) and for many other CA. If you use the library, please reference it as: A. Shterenlikht, L. Margetts, Three-dimensional cellular automata modelling of cleavage propagation across crystal boundaries in polycrystalline microstructures, Proc. Roy. Soc. A 471:20150039, DOI: http://dx.doi.org/10.1098/rspa.2015.0039. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Waves FX

    Waves FX

    Advanced 2D simulator for evolving harmonical waves.

    ...I decided to implement the philosophical motor in Java because of the cross-platform nature of the language. Some of the "normal" features are XY scalation, manual or mouse-assisted, translation of the XY axes, change of background colors, dynamic range X and DX, etc. The program is bi-threaded at run-time with 2 cooperative threads: background + foreground, that allows that all user-input parameters (including change of the virtual-time!) are automatically updated at run-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    2D Structural Analysis

    2D Structural Analysis

    Determine the bending moments, shear forces, axial forces and displace

    2D Structural Analysis in Python by Ritchie Vink A collection examples of 2D Finite Element Analysis (FEA) made with Jupyter Notebook Lab - https://jupyter.org/ To install Jupyter - https://jupyter.org/install ===== App is available on Play Store -> https://play.google.com/store/apps/details?id=com.ulm.struct If you want to download a python editor for your android smartphone follow this link -> https://play.google.com/store/apps/details?id=com.ulm.python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    dupost

    Dual Porosity Stokes model implemented with FEniCS

    A coupled dual porosity Stokes model implemented with FEniCS. References: 1. C. Douglas, X. Hu, B. Bai, X. He, M. Wei and J. Hou, "A Data Assimilation Enabled Model for Coupling Dual Porosity Flow with Free Flow," 2018 17th International Symposium on Distributed Computing and Applications for Business Engineering and Science (DCABES), Wuxi, 2018, pp. 304-307. doi: 10.1109/DCABES.2018.00085 2. Hu X., Douglas C.C. (2019) An Implementation of a Coupled Dual-Porosity-Stokes Model with FEniCS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    finds exact gain, directivity and input impedance of Yagi or log-periodic antennas (planar symmetric array of cylindrical dipoles, many driven elements) for a range of specified frequencies, integrates 2D for segments on the same element, moment method
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EtiC Galaxy simulation

    EtiC Galaxy simulation

    Galaxy extraterrestrial life simulation

    ...Stars and planets are simulated with plausible physical characteristics, based on user-adjustable parameters. An EtiC simulation run consists to generate a galaxy disk physical stars, associate planets to the stars, and for habitable planets, simulate the life stages evolution until extinction. A visual animation of the galaxy and user selection of highlighted star-planet objects is provided, together with statistics (25+ graphs) and estimates of Drake equation factors. The V2_1 provides several new features: planets surface magnetic field, reworked life stage transitions, integration of MW exoplanets catalog, planets view and graphs window optionally on different threads... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GenCodeGenerator

    C++ class to generate biologically plausible genetic codes

    The "GeneticCode" C++ class is designed to generate versions of the genetic code subject to the requirements of the three major models of the genetic code origin and evolution (about these models see, e.g., Koonin & Novozhilov, 2009, IUBMB Life). This class was written specifically to perform statistical test for the paper Makukov & shCherbak (2017), but it might be used for a wider class of studies related to the genetic code. By default, the class "GeneticCode" generates alternative genetic codes, with the reqirement of block structure, and, optionally, with the assumption of stereochemical or biosynthetic models (to impose the assumption of the adaptive model, simply filter the codes using the error_cost() function). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    3D Heat convection C code

    A C Program code to solve for Heat convection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top, bottom, front and back boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    2D Heat convection C code

    A C Program code to solve for Heat convection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top and bottom boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    JASA allows researchers in agent-based computational economics to write high-performance trading simulations using a number of different auction protocols. The software also provides base classes for implementing simple adaptive trading agents.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Otanes

    Otanes is a live TV simulator for Content-Centric Networking (CCN).

    Otanes is a highly configurable component-based CCN simulator (based on OMNeT++ simulation environment) specifically optimized for live TV research activities. It has armed with EvalVid (a video quality evaluation toolset) to reconstruct the received video and evaluate QoS and QoE metrics. It has.introduced background traffic and traffic engineering capability as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Krowdix
    Krowface (Krowdix 3.0) is a simulation and implementation tool of social networks. To visualize and analyze the evolution of different social networks in real time. And the creation of a social network, configuring the parameters that define it. All this through a simple web interface and user friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Interactive Web Physics
    Interactive Web Physics is a Java, Web-based animation and problem designer tool. Anyone can quickly design mathematics or physics animations and simulations that run in a web browser. Unlike other solutions, no knowledge of programming is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    mp3splt

    mp3splt

    utility to split mp3, ogg vorbis and FLAC files without decoding

    mp3splt is a free utility to split mp3, ogg vorbis and FLAC files without decoding, selecting begin/end time; if file is an album, you can get splitpoints automatically from internet or a local cue, cddb file. It also splits Mp3Wrap and AlbumWrap archives. Supports splitting and trimming by silence detection. For mp3 files, both ID3v1 and ID3v2 are supported using original tags or user defined tags.
    Leader badge
    Downloads: 455 This Week
    Last Update:
    See Project
  • 15
    Biogenesis X Mod

    Biogenesis X Mod

    Mod of the evolution simulation and artificial life program Biogenesis

    This project is a modification of the original evolution simulation & artificial life project by Joan Queralt Molina: https://sourceforge.net/projects/biogenesis/ In both, the original project and this modification, 2-dimensional organisms consisting of line segments interact with each other, reproduce and evolve in time. Compared to the original project, this modification explores the following features: * alternative mutation mechanisms * an alternative stress-based aging mechanism It is based on the new_design branch of Biogenesis (https://sourceforge.net/p/biogenesis/git/ci/new_design/tree/), its source code can be obatained from http://sourceforge.net/p/biogenesisxmod/code/ci/xmod/tree/ If you want to post a review, remember that this is only a modification, so comment on my changes, not on the simulation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BlueSky Open Air Traffic Simulator

    BlueSky Open Air Traffic Simulator

    BlueSky Open Air Traffic sim, (Windows/Linux/Mac, Python 2.x based)

    BlueSky is an Open Air Traffic Simulation for research purposes. It includes only open, license free data for navigation and aircraft performance but is also compatible with BADA 3. Can be used for ATC research or any other aviation or air transport related simulation studies. Is also able to visualize ADS-B traffic. BlueSky commands, and thus the scenario files, are compatible with the TMX simulator in use by NLR and NASA. BlueSky is originally developed, and still moderated, by prof....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    GENESIS (GEneral NEural SImulation System) is a software platform for the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, large networks, and systems-level processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WATSpackage

    R package for acoustic-assisted whale survey simulation

    WATS is an R package (>R2.15) whose main purpose is to run an individual-based simulation of an acoustically-assisted mark-recapture survey of whales Version 1.0 = for R2.15.x Version 1.01 = for R3.0.3+ For details see: Peel D, Miller BS, Kelly N, Dawson S, Slooten E and Double MC (2014) A simulation study of acoustic-assisted tracking of whales for mark-recapture surveys. PloSOne in press.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SIMtoEXP

    For comparison of simulation and experimental scattering data

    SIMulation to EXPeriment is software that allows the direct comparison of simulation density information with that obtained from X-ray and neutron scattering experiments, by converting the simulation data to form factors. It also calculates volume probability distributions according to a space filling volumetric model. Written in C++ and Qt, SIMtoEXP has a very simple and easy to use GUI with interactive plotting. The software was originally developed by Norbert Kucerka. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Census2
    Census is a comprehensive cross-platform project manager and integration hub for NONMEM, the gold standard tool for model-based pharmacometric data analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CAMFR (CAvity Modelling FRamework) is a fast, flexible, friendly full-vectorial Maxwell solver. Although it can tackle general electromagnetic problems, its main focus is on applications in the field of photonics.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    Simured is a multicomputer network simulation whith visual interface to see packet movement on the network. It is multi platform and there are versions in Java and C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Carnaval est un logiciel destiné au calcul de masques et d'ensoleillement. La version actuelle permet de calculer les trajectoires solaires et les masques de terrain liés au relief (modèle issu des données SRTM). Les développements ont été repris par Sober Software. Merci de visiter ce site pour télécharger la dernière version et accéder aux nouvelles fonctionalités : www.sober-software.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    MIDA

    MIDA

    Mitochondiral Infectious Damage Adaptation (MIDA) model of aging

    ...A probabilistic modeling approach is applied by solving the master equation in mitochondrial quality state space in the presence of fusion-fission events, decay of functional quality, mitophagy and mitochondrial biogenesis, as well as molecular damage originating from a random source or from infectious events during fusion and fission. The provided source code is written in C and performs the time integration of the master equation for the time-evolution of the probability to find mitochondria in states of quality q at time t. Output is generated in terms of data files and the graphical visualization of readout parameters is automatically performed using the Graphical Layout Engine (GLE; see: http://glx.sourceforge.net/). Please, send email to thilo.figge<at>hki-jena.de to request a copy of the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB