awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesAlgorithm Customization Frameworks

Mechanisms that allow swapping internal algorithmic logic and selection rules to modify data processing.

Distinct from Custom Analytical Algorithms: None of the candidates describe a general architectural framework for swapping algorithm components in an optimization library.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Algorithm Customization Frameworks. Refine with filters or upvote what's useful.

Awesome Algorithm Customization Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • guofei9987/scikit-optالصورة الرمزية لـ guofei9987

    guofei9987/scikit-opt

    6,583عرض على GitHub↗

    scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization problems. It provides a suite of metaheuristic algorithms and tools for finding global minima or maxima of objective functions. The library implements a variety of nature-inspired and swarm intelligence algorithms, including Genetic Algorithms, Particle Swarm Optimization, Differential Evolution, Simulated Annealing, and Ant Colony Optimization. It includes specialized solvers for discrete combinatorial challenges, such as the Traveling Salesman Problem. The framework supports th

    Provides a component-based architecture for swapping internal logic and selection rules within optimization algorithms.

    Python
    عرض على GitHub↗6,583
  • pytorch/captumالصورة الرمزية لـ pytorch

    pytorch/captum

    5,652عرض على GitHub↗

    Captum is an open-source library for explaining model predictions by attributing them to input features, neurons, and layers using gradient-based and perturbation-based methods. It provides a modular framework for implementing, evaluating, and combining a range of explanation techniques, including gradient-based attribution, perturbation-based analysis, game-theoretic Shapley value approximation, and surrogate model explanations, with support for parallelization and noise stabilization. The library distinguishes itself through its breadth of attribution methods and its support for advanced in

    Provides generic base classes and hooks to implement, benchmark, and share new attribution methods.

    Python
    عرض على GitHub↗5,652
  1. Home
  2. Software Engineering & Architecture
  3. Algorithm Customization Frameworks