Search Results for "genetic algorithm c" - Page 37

Showing 1385 open source projects for "genetic algorithm c"

View related business solutions
  • 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
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    This project is to create a common algorithm that converts Tamil texts encoded in any Encoding Schemes, such as TSCII, TAB, TAM, Bamini, Adhawin, Anjal, Tamilnet, Tboomi, Mylai, Shreelipi and other non-formal schemes to UNICODE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Spam Filtering algorithm support for email, blogs, or any other public documents using statistical bayesian techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Methods and code to execute a Sparse Matrix x Vector Multiplication algorithm for multi-core systems. Coded in C (in less than 24h the files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A proof-of-concept application of the Statistical Protocol IDentification (SPID) algorithm. SPID can detect the application layer protocol (layer 7) by analysing flow (packet sizes etc.) and payload statistics (byte values etc.) from pcap files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    A way to make funny images and video with neural nets, genetic algorithms and a well found fitness function! It changes you computer in a modern art's artist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Space efficient 3D clustering algorithm implemented in C. Uses region growing approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The C++ library Geneva allows to run large scale parametric optimization problems. It can run in serial or multi-threaded mode or in a networked environment. The library currently covers Evolutionary Strategies, Genetic Algorithms and mixed scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EasyGenetic is a highly efficient C++ framework for genetic master-slave algorithms. It heavily makes use of template metaprogramming to provide a fully customizable environment that accommodates most of user's needs without sacrificing efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C# code, with description in description_for_notes_detector.docx The task is to find algorithm where you can get sound from microphone of piano and the algorithm must recognize it and print it in textbox.
    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
    MobiStego
    It's a simple Android, j2me, Symbian client that implement the steganographic algorithm LSB on the last 2 bit for channel. It's developed with both plaftorms. Stable release only for Android. Moved on GitHub https://github.com/paspao/MobiStego
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Open BEAGLE

    Evolutionary Computation Framework in C++

    Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming; bit string, integer-valued vector, and real-valued vector genetic algorithms; and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libconhash is a consistent hashing libraray, which can be compiled both on Windows and Linux platform. High performance, easy to use, and easy to scale according to node's processing capacity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Solution to the Travelling Salesman Problem using Genetic Algorithms and the GALib library. The application logic is written in C# and interface in WPF. Requires .Net 4.0 beta 2 or above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This Tool is the almost worlds smallest tool to protect your files. Simple and Very small way 2 protect your files. written completely in Dev-C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    IKEv2
    Encrypted Message Exchange by using Diffie-Hellman key exchange algorithm and Advanced Encryption Standard(AES) encryption algorithm with Cipher-block chaining(CBC) mode using User Datagram Protocol(UDP)port server-client application in C, Ansi-style
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Versemonger accumulates statistics of word-form associations and uses it to write poetry. Based on the algorithm by L. A. Kaganov: http://lleo.aha.ru/soft/lleo_dip.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An implementation of LAYAGEN G(Diego-Mas 2010) for solves the layout planning problem using a simple genetic algorithm, and fully written in GAMBAS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An implementation of Bruhn et al.'s fast variational optical flow algorithm using the OpenCV image processing library. The code calculates dense flow fields with a user-specified level of precision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FriBidi Python bindings: FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package include python module for the FriBidi C library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Multiclass machine learning
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fast cython implementation of trie data structure for Python. Development is inactive, but moved to: http://github.com/martinkozak/cytrie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QTreeViewer is a small application for working with binary search tree (BST). The main purpose was to take a closer look at Qt and to make smth interesting (but maybe not very useful) at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Get greatest common divisor and least common multiple using extend euclid algorithm. supporting GNU/Linux, Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project has been renamed to oooark. Old file releases will still be available here. uvsim is a project focused on enabling algorithm development for unmanned systems. It is being constructed to provide an identical interface to simulations and h
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Program is creating timetable using genetic algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB