🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Constrained Bayesian Optimization

Extension of Bayesian optimization that incorporates constraints on input or output variables, guiding the search for the optimum only within the feasible subspace defined by these constraints.

📖
용어

Constrained Acquisition Function

Modified acquisition function that penalizes points violating constraints, combining exploration and exploitation with a feasibility probability to evaluate the utility of a candidate point.

📖
용어

Feasibility Probability Model

Stochastic model, often a Gaussian process, that estimates the probability that a given point satisfies all constraints of the optimization problem.

📖
용어

Gaussian Process Classification

Use of a Gaussian process to model the binary output of a constraint (satisfied or violated), allowing estimation of feasibility probability across the entire search space.

📖
용어

Expected Constrained Improvement (ECI)

Acquisition function that calculates the expected improvement on the objective function, weighted by the probability that the candidate point satisfies the constraints.

📖
용어

Constrained Upper Confidence Bound (C-UCB)

Variant of the UCB acquisition function that incorporates a confidence term on feasibility, favoring points that are both promising for the objective and likely to be feasible.

📖
용어

Constrained Knowledge Gradient

Acquisition strategy that evaluates the expected future value of information by considering the impact of evaluations on knowledge of the feasibility boundary and the optimum.

📖
용어

Constraint Set

Collection of constraints (inequalities or equalities) that candidate solutions must satisfy, modeled individually or in an aggregated manner within the Bayesian optimization framework.

📖
용어

Feasibility Boundary

Surface or hypersurface in the search space that separates feasible regions (satisfying constraints) from infeasible regions, whose discovery is a major challenge.

📖
용어

Constraint Violation

Quantitative measure of the non-compliance with a constraint by a given point, often used to penalize infeasible solutions in the acquisition function.

📖
용어

Constrained Black-Box Optimizer

Optimization algorithm designed for black-box functions where evaluations are expensive and subject to constraints, typically implemented via Bayesian optimization.

📖
용어

Constrained Rejection Sampling

Initialization or exploration method where points are generated and then rejected if they do not meet a set of preliminary feasibility criteria.

📖
용어

Constrained Surrogate Model

Model (e.g., Gaussian process) that learns both the objective function and constraint functions, allowing prediction of performance and feasibility at any unevaluated point.

📖
용어

Adaptive Sampling Strategy

Approach where the sampling policy dynamically evolves to balance learning of the objective function and feasibility boundary based on gathered information.

📖
용어

Integrated Penalty

Technique transforming a constrained problem into an unconstrained one by adding a penalty to the objective function, proportional to the magnitude of constraint violation.

📖
용어

Feasible Search Space

Subset of the original search space defined by the set of constraints, within which the algorithm is allowed to search for the optimum.

📖
용어

Multi-Objective Constrained Sequential Acquisition

Extension of Bayesian optimization to problems with multiple conflicting objectives and constraints, where the acquisition function manages a feasible Pareto front.

🔍

결과를 찾을 수 없습니다