Skip to content
#

adaptive-algorithms

Here are 10 public repositories matching this topic...

An algorithm that implements intelligence based on a Method pool (a collection containing multiple types of functions). 一种基于方法池(包含多种类型的函数的集合)实现智能的算法

  • Updated Jul 23, 2025
  • Python

This repository contains the implementation of an enhanced NSGA-II algorithm for solving the Flexible Job Shop Scheduling Problem (FJSP), focusing on multi-objective optimization. Developed as part of the Bio-Inspired Artificial Intelligence course project at the University of Trento.

  • Updated Jul 13, 2025
  • Python

A non-standard, fractal-inspired sorting algorithm with adaptive multi-pivot partitioning and k-way heap merging. Achieves near O(n log log n) performance in ideal cases.

  • Updated Mar 20, 2025
  • HTML

Alpha Drift is an experimental platform for developing, testing, and analyzing advanced AI-driven decision-making algorithms, with a focus on adaptive learning, real-time data processing, and web3 trading automation.

  • Updated May 14, 2025
  • TypeScript

This protocol defines a meta-cognitive structure enabling systems to monitor, evaluate, and refine their own learning processes. It enhances adaptability and decision accuracy in AI, particularly in contexts requiring self-assessment and feedback loops. 本プロトコルは、システムが自身の学習過程を監視・評価・改善できるメタ認知的構造を定義します。自己評価とフィードバックループを要する環境において、AIの適応性と判断精度を向上させます。

  • Updated Jun 24, 2025

Push_Swap is a 42 School project that involves sorting data using a limited set of stack operations, where the goal is to arrange a sequence of integers in ascending order using two stacks (stack A and stack B) with the fewest possible moves.

  • Updated Jul 23, 2025
  • C

Improve this page

Add a description, image, and links to the adaptive-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adaptive-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more