awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • guofei9987/scikit-optguofei9987 的头像

    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/captumpytorch 的头像

    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