Showing 16 open source projects for "optimisation"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Armadillo

    Armadillo

    fast C++ library for linear algebra & scientific computing

    * Fast C++ library for linear algebra (matrix maths) and scientific computing * Easy to use functions and syntax, deliberately similar to Matlab / Octave * Uses template meta-programming techniques to increase efficiency * Provides user-friendly wrappers for OpenBLAS, Intel MKL, LAPACK, ATLAS, ARPACK, SuperLU and FFTW libraries * Useful for machine learning, pattern recognition, signal processing, bioinformatics, statistics, finance, etc. * Downloads:...
    Leader badge
    Downloads: 1,847 This Week
    Last Update:
    See Project
  • 2
    DAE Tools Project

    DAE Tools Project

    Object-oriented equation-based modelling and optimisation software

    DAE Tools is a cross-platform equation-based object-oriented modelling, simulation and optimisation software. It is not a modelling language nor a collection of numerical libraries but rather a higher level structure – an architectural design of interdependent software components providing an API for: - Model development/specification - Activities on developed models, such as simulation, optimisation, sensitivity analysis and parameter estimation - Processing of the results...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Uranie

    Uranie

    Uranie is CEA's uncertainty analysis platform, based on ROOT

    Uranie is a sensitivity and uncertainty analysis plateform based on the ROOT framework (http://root.cern.ch) . It is developed at CEA, the French Atomic Energy Commission (http://www.cea.fr). It provides various tools for: - data analysis - sampling - statistical modeling - optimisation - sensitivity analysis - uncertainty analysis - running code on high performance computers - etc. Thanks to ROOT, it is easily scriptable in CINT (c++ like syntax) and Python. Is is available...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    ccgsl

    Use Gnu Scientific Library as if it were writtem in C++.

    The ccgsl provides simple C++ wrappers for the GNU Scientific Library. It uses Java-like shared-pointer classes in place of structs to avoid direct memory allocation/freeing and to work better with the STL. It lets you construct functions for optimisation, root-finding and the like from C++ member functions, making it easier to integrate with existing C++ code. It also provides C++ exceptions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
    Learn More
  • 5

    PsoPath

    Particle Swarm Optimization algorithm for the shortest path problem

    The shortest path problem is solved by many methods. Heuristics offer lower complexity in expense of accuracy. There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. The basic idea of Particle Swarm Optimization is the emulation of the social behaviour of, e.g., a flock of birds, as a stochastic optimisation method. Specifically, a particle is an entity representing a solution in the search space. Several particles cooperate inside...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ipo

    C++ interior-point optimisation library

    Library, written in C++, for interior-point optimisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sail7

    sail7

    Sail7 is a design and optimisation tool for sail performance.

    Sail7 is an analysis tool based on the linear panel methods. It is a derivative of xflr5.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    cimgexplorer

    Exploration and analysis program for (scientific) images

    CImgExplorer is an exploration and analysis program for (scientific) intensity images. It shows floating-point and integer intensity images in a false-colour display and allows range adjustment, zooming, histogram optimisation, and simple evaluation. Reads most formats using GDAL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Linear Program Solver

    Linear Program Solver

    Solve linear programming problems

    ... to study the behaviour of the model when you change its parameters, including: analysis of changes in the right sides of constraints, analysis of changes in the coefficients of the objective function, analysis of changes in the column/row of the technology matrix. Such information may be extremely useful for the practical application of LP Models. ● LiPS provides methods of goal programming, including lexicographic and weighted GP methods, which are oriented on multi-objective optimisation.
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
    Learn More
  • 10

    Optifleet - ogame OPTImizer of FLEET

    Automatic chooser of optimal fleet (with limits) for ogame browser gam

    Program performs multidimensional optimisation of {cost_of_production+looses+fuel used} under condition of 100% win probability(for given defender). Simulations engine is SpeedSim-like GNU Ogame Simulator, Optimisation engine is the NOMAD project. Limiting budget, ships available and setting ratios is
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    Water Retention on Magic Squares Solver

    Water Retention on Magic Squares with Constraint-Based Local Search

    A Constraint-Based Local Search solver for the Water Retention on Magic Squares-problem. The problem is a very hard combinatorial optimisation problem, invented by Craig Knecht. More can be read about it at: http://en.wikipedia.org/wiki/Water_retention_on_mathematical_surfaces Craig's website for the problem: http://www.knechtmagicsquare.paulscomputing.com/ The solver is mainly based on the theory and ideas from my bachelor thesis, which I wrote at Uppsala University, Sweden...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TinyLog++ is a C++ client/server logging utility library. TinyLog++'s goal is to provide a logging library for a distributed environment though it can be also useful in a local application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A-Life CAD is a toolkit providing a graphical interface for designing autonomous agents that can be linked against an AI game engine. Though it focuses on creating boid-like behaviours, it can also be used for physical simulation or swarm optimisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Optimisation with conjugate gradients
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Collection of utilities to link together various simulation codes relevant to the analysis and optimisation of Human Powered Vehicles (HPVs)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    golib

    C++ collection mostly for image processing

    libGo is a C++ class library containing all kinds of things that proved useful to me. Included are: - Linear algebra, using LAPACK and CBLAS - V4L(1) image grabber - Multithreading - Image containers (up to 3D) - Some simple optimisation code - Python embedding helper - Matlab interface - .. and other things, have a look at the HTML documentation! golib grew over many years, things I had use for have been added now and then. Some parts are better taken care of than others...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next