Showing 50 open source projects for "simplex"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    SimpleX

    SimpleX

    The first messaging platform operating without user identifiers

    Other apps have user IDs: Signal, Matrix, Session, Briar, Jami, Cwtch, etc. SimpleX does not, not even random numbers. This radically improves your privacy. The video shows how you connect to your friend via their 1-time QR-code, in person or via a video link. You can also connect by sharing an invitation link. Temporary anonymous pairwise identifiers SimpleX uses temporary anonymous pairwise addresses and credentials for each user contact or group member. It allows to deliver messages without...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 2
    Simplex Noise.js

    Simplex Noise.js

    A fast simplex noise implementation in Javascript / Typescript

    A JavaScript library for generating Simplex noise, a smoother alternative to Perlin noise for procedural content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SimpleXMQ

    SimpleXMQ

    A reference implementation of the SimpleX Messaging Protocol

    A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks. SimpleXMQ is a message broker for managing message queues and sending messages over a public network. It consists of an SMP server, SMP client library, and SMP agent that implements SMP protocol for client-server communication and SMP agent protocol to manage duplex connections via simplex queues on multiple SMP servers. SMP protocol is inspired by Redis serialization protocol, but it is much...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    POT

    POT

    Python Optimal Transport

    This open source Python library provides several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5

    OpenDino

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

    OpenDino is an open source Java platform for optimization, design of experiment 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...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    Xoptfoil

    Airfoil optimization with Xfoil

    Airfoil optimization using the highly-regarded Xfoil engine for aerodynamic calculations. Starting with a seed airfoil, Xoptfoil uses particle swarm, genetic algorithm and direct search methodologies to perturb the geometry and maximize performance. The user selects a number of operating points over which to optimize, desired constraints, and the optimizer does the rest.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Linear Program Solver (Simplex)
    Linear Program Solver (Solvexo) is an optimization package intended for solving linear programming problems. The main features of the Solvexo are: · Solvexo solver is based on the efficient implementation of the simplex method (one or two phases); · Solvexo provides not only an answer, but a detailed solution process as a sequence of simplex matrices, so you can use it in studying (teaching) linear programming. · Solvexo provides a solution with the graphic method for problems with tow...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8

    PrydeWorX Library

    The PrydeWorX C++ Library of workers, tools and utilities.

    The PrydeWorX Library project has been moved to: https://pwxlib.prydeworx.com The page here is kept as historical reference. The information is outdated, and won't get updated any more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    mdoptcli

    Multidimensional Optimizer for Command Line

    This program is a command-line interface to several multi-dimensional optimization algorithms coded in the *GNU Scientific Library -- GSL*. Namely the *Simplex* algorithm, which does not need a gradient, and from the gradient-based algorithms the *Conjugate Gradient -- CG* and the *Broyden-Fletcher-Goldfarb-Shanno -- BFGS* methods. The energy (and possibly energy gradient) is evaluated by a given command, which has to accept coordinates on standard input and returns the appropriate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    popt4jlib

    Parallel Optimization Library for Java

    ... 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. In general, emphasis is given in improving the efficiency of the algorithms in shared-memory models via java threads, since multi-core machines are so wide-spread today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Simplex Solver is a tool function algorithms to solve equations in linear programming. its free to distribution, this tool may be useful for people. :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Satsuma .NET Graph Library

    Satsuma .NET Graph Library

    a delicious .NET graph library

    Satsuma is a graph library for .NET, written in C#. Satsuma is an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible graph algorithms. DOCUMENTATION: http://satsumagraph.sourceforge.net/ Satsuma is not a charting library. 'Graph' is used in the mathematical sense here (e.g. nodes connected with arcs). Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CQU

    Decision solver for Counting Quantifiers over Unary Predicates

    ..., and inherit from it. Given a CQUSAT instance in normal form as input, the program returns a solution, if there is one. The implemented method employs dual Simplex Algorithm with Column Generation. At each iteration, a SAT instance is generated and a SAT Solver (minisat) decides its satisfiability. Details about CQUSAT, its normal form and this turing reduction can be found in the paper "CQUSAT.pdf" that comes with this package. For more information, see the README file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Open Simplex Project

    Open Simplex Project

    A Simple GUI Implementation of the Simplex Algorithm

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Adam Simplex AI Assistant

    Adam Simplex AI Assistant

    AI personal assistant

    Simple personal AI assistant. Windows Operating System Only Licensed under Mozilla Public License 2.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    miniBachelor

    miniBachelor

    Mini Version meiner Bachelorarbeit

    ... Konfigurationsdaten in der Komandozeile angeben zu müssen - Buffer.hpp: Mit ca. 30 Zeilen Code ist dies eine Klasse, wo Threads Elemente entnehmen und beifügen können. Dieser Vorgang wird durch Semaphoren geschützt. Im Branch "speedup" habe ich mit jedem Commit folgende Features beigefügt: - Worker-Proxies mit gerader id machen Breitensuche - Optimierungen beim Kompilieren - Nutzung einer Heuristik statt Simplex - Multi-Threaded Server und Callback-Funktion zum Beenden von solve()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CNVision

    CNV prediction from Illumina genotyping data

    ... in Windows, however running the PennCNV component gives errors with the newer versions of PennCNV. CNVision was written to analyze data for the Simons Simplex Collection (SSC) autism data. A fill description of methods are given in the following paper which can be used to reference CNVision: http://www.ncbi.nlm.nih.gov/pubmed/21658581
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pannon Optimizer

    Pannon Optimizer

    A simplex-based large-scale linear programming solver.

    The Pannon Optimizer is an open-source simplex-based linear programming solver. It is designed for research purposes and is able to solve large-scale linear optimization problems. The Pannon Optimizer is still under development, currently in ALPHA version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project contains research from the papers - [1] Finding Relevant Indian Judgments using dispersion of Citation Network Minocha, Akshay, Navjyoti Singh and Arjit Srivastava "SIMPLEX 2015 The 7th Annual Workshop on Simplifying Complex Networks for Practitioners In conjunction with the 24th International World Wide Web Conference (WWW) May 19, 2015, Florence, Italy." [2] Case Outcome Prediction using Legal Citation Network and Litigant Identification Features Minocha...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Simplex-ADM1

    Simplex-Algorithm

    Implementation of the Simplex-Algorithm for algorithmic discrete mathematics 1 at the TU Berlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    A simple Minecraft clone written in C using modern OpenGL (shaders). A very performant Minecraft clone written in just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Many people have used this as a base upon which a more complex game was built. Simple but nice looking terrain generation using simplex noise. More than 20 types of blocks and more can be added easily. Supports plants (grass, flowers, trees, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Repeater controller and EchoLink software for Linux including a GUI, Qtel - the Qt EchoLink client. The SvxLink project has now moved to GitHub. The new home page for the project is http://svxlink.org/ .
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25

    Simplex tableau parser

    Parses text representing simplex expressions.

    Parses simplex expressions: simplex: objective function & constraints, objective function: the objective only, constraints: a set of inequalities and equalities, equality: a single equality, inequality: a single inequality. The parser is built on Antlr4. Requires Java7 or greater to build, because of the use of the <> diamond shortcut for generics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.