Search Results for "genetic algorithm c" - Page 3

Showing 159 open source projects for "genetic algorithm c"

View related business solutions
  • 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
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1

    HH-Evolver

    A framework for domain-specific, hyper-heuristic evolution

    HH-Evolver is a framework for domain-specific, hyper-heuristic evolution. HH-Evolver automates the design of domain-specific heuristics for planning domains. Hyper-heuristics generated by our tool can then be used with combinatorial search algorithms such as A* and IDA* for solving problems of the given domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Neural Libs

    Neural Libs

    Neural network library for developers

    This project includes the implementation of a neural network MLP, RBF, SOM and Hopfield networks in several popular programming languages. The project also includes examples of the use of neural networks as function approximation and time series prediction. Includes a special program makes it easy to test neural network based on training data and the optimization of the network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    video encryption

    video encryption

    Light video encryption technique (source code)

    Light encryption algorithm (technique) that can be used in real time video encryption. (source code has been uploaded; You can read attached pdf file for more details about the presented encryption technique ! )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jani Blackjack Analyser

    Jani Blackjack Analyser

    a simple blackjack game supported by card counting and basic strategy

    It's a support tool for blackjack analysers. User can play blackjack while using basic strategy and card counting algorithms. Decks are randomizing with "Fisher–Yates" shuffle algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    House Party Protocol

    House Party Protocol

    an ultimate evidence wiper

    It's a open source file wiper program which can get commands remotely and acts in emergency stiuations. Program's name inspired by Iron Man 3 movie where Tony Stark activates the "House Party Protocol" when his house is destroyed. It's written for preventing your private datas captured by police or thieves. *Usage* - You need to have a hosting account which can run php scripts (you can register for a free one) Change the $password section in base.php and upload it to your hosting with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FTF Library - C# / WPF

    FTF Library - C# / WPF

    Flexible Tagged Format Library - C# / WPF version

    Flexible Tagged Format (FTF) is a completely flexible storage format using human readable tags, and potentially support storing any type of data. This is the C# / WPF version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Universal File Splitter & Joinner

    the Powerfull, Beautiful file Splitter

    Easy, Lighweight, Free for Sharing and Archieving Universal File Splitter and Joiner is a powerful file splitter and joiner utility that can split a big file into small pieces, then can be joined latter to get the original file, also check Identical for both Source and Joined file. provides many signature algorithm. This application requires- * .NET framework 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AppM Build Automation

    AppM Build Automation

    Automated software application for constructing and building projects.

    AppM Build Automaiton is an open source and automated software application that is used to construct and build projects on different operating systems and using different development environments. General principles of implementation: -Each project must have a Build Project File, containing the necessary information on the construction of the project. For example, a unique name of the project, dependence on other projects and libraries, methods of construction, etc. Thus, the entire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary streams of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 10

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A pronounceable password generator plugin for KeePass. NOTE: This project has been discontinued. It hasn't been worth it to maintain the project for a while now, so no more updates will be made to the plugin. The algorithm this plugin uses is based off FIPS-181 which was withdrawn by NIST a while back. The proliferation of password managers that seamlessly run on multiple platforms (some of which are free) has also removed almost all advantages of using randomly generated pronounceable...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12

    Tomasulo Simulation

    Tomasulo algorithm Simulation

    Tomasulo algorithm Simulation implemented on C# Winforms with VS 2008. Includes test data and config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MQ Dataset Generator

    MQ Dataset Generator

    Dataset Generator

    Evaluation of methods/software is considered as a very important procedure for any user who wants to know the actual performance of a scientific tool. For the implementation of such evaluation procedure several test cases - scenarios shall be run. Obtaining the necessary test data sets can be an obstacle due to both privacy issues and also the time and cost associated with collecting multiple instances of a diverse set of data sources. An efficient alternative is the design and use of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    TSPLib.Net

    TSPLib wrapper for .Net

    TSPLib is a set of Traveler Salesman and related graph problems gathered by the Heidelberg university. This project provides .Net library wrapping up library files loading code, implements distance functions and all the TSPLib features. If you'd like to test your graph tour searching algorithm on a TSP lib will save you hours of reading in a data and adjusting your code to ensure that result are comparable. Delivering as a dll with .Net wrapper and a zip archive with all the original...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15

    Rating Algorithms

    Library implementating various rating, scoring, ranking algorithms.

    The rating algorithms library contains various algorithms used to accurately rank, score or rate collections of similar data. One example is the ranking of votes based on a 5 star scale. This project started as a need of ordering data based on the relevance of each record obtained from users. The first algorithm implemented is based on Wilson Score Interval.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    GraphEA

    GraphEA

    A 3D Graphical Framework for Exploring Evolutionary Algorithms

    Perfect to explore in the classroom: * Choose different problems, for different representations * Choose different genetic operators * Configure parameters * Visualization of the results on-line * Stop, pause or resume the evolutionary process * Explore how the genetic operators work * Save the results for future analysis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Pong!

    A simple Pong clone

    A simple Pong clone Requirements: Microsoft .NET Framework 4 Client Profile Microsoft XNA Framework Redistributable 4.0 Log: 1.0.0.1 Improved algorithm opponent 1-player-game, making it more difficult playing against 'the computer'. 1.0.0.2 The game works now on computers with graphic cards supporting DirectX 9, so DirectX 10 is no minimum requirement anymore. 1.0.0.3 A decent installation wizard is added, so you can choose where you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CampSite Manager

    A manager to optimize bookings by date for a campsite

    The goal of this software – developped in C# .NET and WPF – is to manage a campsite: -­‐ Add / Amend / Delete a Camper, -­‐ Add / Amend / Delete a Booking, -­‐ Edit a Bill. For bookings, an algorithm is written to optimize the site attribution. The solution contains 3 projects: -­‐ The Business Layer (C#) -­‐ The Graphical User Interface Layer (C# and Windows Presentation Fundation) -­‐ The Test Layer (C#)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This program is able to detect circles in images. Therefor it uses the hough algorithm CvHoughCircles from the OpenCV library. You can define all parameters e.g. min-/max radius, min distance between circles, all kinds of thresholds, filters and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The C# RTree project aims to maintain a C# version of the RTree spatial indexing algorithm. Ported from https://sourceforge.net/projects/jsi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A genetic programming library made in C#. A very easy library to use, The user can use this library in order to randomly generate and evolve programs. Current version 0.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    File Wiper .NET

    File Wiper .NET

    Tool written in C# to safely delete existing files.

    File Wiper .NET is a program intended to safely destroy the content of files. This destructive job is done by overwriting the content of a given file before deleting it. To overwrite the file content a user can choose one of the predefined wiping algorithms. Further, after wiping the file content the name of a file is also overwritten using a special wiping algorithm.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    8-Tiles

    8-Tiles

    The 8-Tiles project is to study, play and analyze the 8-tiles problem.

    The 8-tiles project is to study, play and analyze the 8-tiles problem. Currently, it runs in 2 algorithms, Breadth First Search and Depth First Search. Even if you don't like the current implementation of one of algorithms, you can easily modify it, change it, or even implement and your new preferred algorithms using the game elements. Adding new algorithm will cost you changing about 2 or 3 lines besides your own implementation. Not only run the algorithm, but the interface helps you to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MyRouter

    MyRouter

    WiFi Hot Spot using WindowsXP, Windows 7 and 2008 R2

    MyRouter is a Virtual WiFi Router that takes advantage of the WindowsXP , Windows 7 and Windows 2008 R2 Virtual WiFi technology and simplifies the process of sharing your internet securely with other WiFi enabled device's with a few clicks.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    mFileBinder

    mFileBinder

    An advanced file binder which binds multiple file of any type

    mFileBinder is an advanced file binder which binds multiple file of any type and merges into a single executable file. mFileBinder uses rijndael encryption algorithm to encrypt the file which can make Virus / Trojans Fully Undetectable. Set the drop location of all files and set the execution mode(Background,Foreground) of each file. Predefined set of ICON Package is included set your desired icon. Silently extracts and sequentially execute files.
    Downloads: 6 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB