• 제목/요약/키워드: Assignment Method

검색결과 833건 처리시간 0.022초

평균 필드 게임 기반의 강화학습을 통한 무기-표적 할당 (Mean Field Game based Reinforcement Learning for Weapon-Target Assignment)

  • 신민규;박순서;이단일;최한림
    • 한국군사과학기술학회지
    • /
    • 제23권4호
    • /
    • pp.337-345
    • /
    • 2020
  • The Weapon-Target Assignment(WTA) problem can be formulated as an optimization problem that minimize the threat of targets. Existing methods consider the trade-off between optimality and execution time to meet the various mission objectives. We propose a multi-agent reinforcement learning algorithm for WTA based on mean field game to solve the problem in real-time with nearly optimal accuracy. Mean field game is a recent method introduced to relieve the curse of dimensionality in multi-agent learning algorithm. In addition, previous reinforcement learning models for WTA generally do not consider weapon interference, which may be critical in real world operations. Therefore, we modify the reward function to discourage the crossing of weapon trajectories. The feasibility of the proposed method was verified through simulation of a WTA problem with multiple targets in realtime and the proposed algorithm can assign the weapons to all targets without crossing trajectories of weapons.

공격편대군-표적 최적 할당을 위한 수리모형 및 병렬 하이브리드 유전자 알고리즘 (New Mathematical Model and Parallel Hybrid Genetic Algorithm for the Optimal Assignment of Strike packages to Targets)

  • 김흥섭;조용남
    • 한국군사과학기술학회지
    • /
    • 제20권4호
    • /
    • pp.566-578
    • /
    • 2017
  • For optimizing the operation plan when strike packages attack multiple targets, this article suggests a new mathematical model and a parallel hybrid genetic algorithm (PHGA) as a solution methodology. In the model, a package can assault multiple targets on a sortie and permitted the use of mixed munitions for a target. Furthermore, because the survival probability of a package depends on a flight route, it is formulated as a mixed integer programming which is synthesized the models for vehicle routing and weapon-target assignment. The hybrid strategy of the solution method (PHGA) is also implemented by the separation of functions of a GA and an exact solution method using ILOG CPLEX. The GA searches the flight routes of packages, and CPLEX assigns the munitions of a package to the targets on its way. The parallelism enhances the likelihood seeking the optimal solution via the collaboration among the HGAs.

양극단 제약을 갖는 비주기, 주기 태스크와 메시지 스케줄링 (Scheduling of Sporadic and Periodic Tasks and Messages with End-to-End Constraints)

  • 오훈;박홍성;김형육
    • 제어로봇시스템학회논문지
    • /
    • 제11권2호
    • /
    • pp.175-185
    • /
    • 2005
  • The scheduling methods of the distributed real-time systems have been proposed. However, they have some weak points. They did not schedule both sporadic and periodic tasks and messages at the same time or did not consider the end-to-end constraints such as precedence relations between sporadic tasks. This means that system scheduling must guarantee the constraints of practical systems and be applicable to them. This paper proposes a new scheduling method that can be applied to more practical model of distributed real-time systems. System model consists of sporadic and periodic tasks with precedence relations and sporadic and periodic messages and has end-to-end constraints. The proposed method is based on a binary search-based period assignment algorithm, an end-to-end laxity-based priority assignment algorithm, and three kinds of schedulability analysis, node, network, and end-to-end schedulability analysis. In addition, this paper describes the application model of sporadic tasks with precedence constraints in a distributed real-time system, shows that existing scheduling methods such as Rate Monotonic scheduling are not proper to be applied to the system having sporadic tasks with precedence constraints, and proposes an end-to-end laxity-based priority assignment algorithm.

무기 목표물 배정 문제의 최대 치사인원 선택 알고리즘 (Maximum Kill Selection Algorithm for Weapon Target Assignment (WTA) Problem)

  • 이상운
    • 한국인터넷방송통신학회논문지
    • /
    • 제19권2호
    • /
    • pp.221-227
    • /
    • 2019
  • 무기 목표물 배정 문제는 지금까지 다항시간 알고리즘이 제안되지 않는 NP-hard 문제로 알려져 왔다. 그럼에도 불구하고, 본 문제에 대해 가능한 모든 경우수를 검증하는 Brute-Force 법이나 분기한정법으로 최적 해를 구하거나 유전자 알고리즘, 입자군 최적화 등의 인공지능 방법으로 근사 해를 구하는 방법들이 제안되고 있다. 본 논문에서는 단지 무기의 총 대수 k, 무기 종류 수 m, 목표물 개수 n에 대해 O(mn)을 k회 수행하는 O(kmn) 다항시간으로 최적 해를 구하는 알고리즘을 제안하였다. 제안된 알고리즘은 Brute-Force 법에 비해 수행횟수를 최소화 시킬 뿐 아니라 최적해도 구하는 장점을 갖고 있다.

DSP용 코드 생성에서 주소 포인터 할당 성능 향상 기법 (Improvement of Address Pointer Assignment in DSP Code Generation)

  • 이희진;이종열
    • 전자공학회논문지CI
    • /
    • 제45권1호
    • /
    • pp.37-47
    • /
    • 2008
  • DSP에서 제공되는 주소 생성 유닛은 데이터 패스와 병렬적으로 주소 연산을 수행할 수 있게 해 줌으로써, DSP 코드 생성에 중요한 역할을 한다. 프로그램 변수들의 메모리 레이아웃을 결정하는 문제는 주소 생성 유닛의 기능을 이용하여 주소 연산용 명령어를 줄이는 최적화이다. 메모리 레이아웃 생성 단계와 주소 포인터 할당 단계로 구분 되는 이 최적화에서 본 논문은 주소 연산 코드의 수가 최소가 되도록 DSP용 코드 생성의 효과적인 주소 포인터 할당 문제를 다룬다. 제안하는 알고리즘은 고정된 메모리 레이아웃을 가질 때 주소 포인터 할당을 수행하는 기존의 알고리즘의 시간 복잡도를 줄이는 기법이다. 메모리 크기와 수행 시간을 줄이기 위해 알고리즘을 수행할 때 핵심적인 요소들만을 고려하도록 강한 가지치기 방법을 사용하였다. 또한 주소 포인터 할당 문제는 메모리 레이아웃에 영향을 크게 받는 문제이기 때문에 본 논문은 주어진 메모리 레이아웃을 갱신하여 반복적으로 성능을 개선하는 방법을 제안한다. 약 3,000여개의 실제 프로그램으로부터 얻은 변수 접근 시퀀스를 제공하는 OffsetStone 벤치마크를 이용한 실험결과를 통해 본 논문에서 제안한 기법과 알고리즘을 테스트 했다. 제안한 방법은 전통적인 방법보다 평균 25.9%의 적은 주소 코드를 생성해 냄을 보인다.

교통계획 모형내 유료도로의 요금적용 방안에 관한 연구 (Methods of computing Toll Road Weights when Calibrating Road Networks in a Transportation Planning Model)

  • 김응철;김도훈
    • 한국도로학회논문집
    • /
    • 제11권1호
    • /
    • pp.47-58
    • /
    • 2009
  • 요금을 지불하게 되는 유료도로에 대해서는 별도의 가중치를 산정하여 교통계획 모형 내에서 모델링 할 수 있도록 해야 하나 현존하는 유료도로의 가중치 산정방법에서 발생하는 문제점은 현실과 유사한 통행패턴을 설명하기에 부적당하다. 본 연구는 국가교통DB센터에서 이미 정산된 가중치, 차종별 시간가치를 적용한 가중치 그리고 차로수별 교통량 비율로 수정된 가중치로서 총 세 개의 대안을 선정하여 비교 분석하였다. 그 결과 국가교통DB센터에서 정산되어 차로수의 구분없이 동일한 가중치를 적용하였을 경우에는 허용오차범위 내에 포함된 샘플수가 다른 시나리오에 비해 비교적 다수 포함되었으나 현재 유료도로의 차로수별 할인율과 할증률을 반영하지 않고 정산되었다는 점에서 현실에 맞지 않는 방법론으로 분석되었다. 또한 차종별 시간가치를 이용한 가중치는 현재 적용되는 가중치 중에서 가장 이론적으로 정립되었다고 할 수 있으나 가중치의 비율이 낮게 적용됨으로서 배정교통량이 과다예측 되는 결과로 나타났다. 그러나 차종별 시간가치와 차로수별 교통량 비율을 합산하여 재 산정한 가중치를 적용한 결과는 세 개의 대안 중 가장 현실에 근접한 통행배정 결과로 분석되었다. 또한 통행배정 방법에 있어 총량OD평형배정방법이 PCU통행배정방법보다 현실에 가까운 배정결과가 나타나는 것으로 나타났다.

  • PDF

DS-CDMA 셀룰러 시스템에서의 음성검출을 사용한 동적코드할당방식 (Dynamic code allocation using voice activeity detection in DS-CDMA cellular system)

  • 유명수;양영님;고종하;이정규
    • 한국통신학회논문지
    • /
    • 제22권6호
    • /
    • pp.1302-1310
    • /
    • 1997
  • In this paper, we propose a dynamic code allocation strategy using voice activity detection and evaluate the performance of a dynamic code allocation strategy using voice activeity detection in DS-CDMA system. Proposed method allocates code to mobile terminal according to the residual capacity computed by SIR in the base station. In hot spot traffic loading cell, we find that the performance of proposed method is better than that of a fixed code assignment strategy using voice activity detection. Also, we find that the proposed method provide much improvement in blocking probability against the dynamic code assignment strategy withoug voice activity detection.

  • PDF

서보계설계에 대한 쌍선형 변환법의 응용 및 카트의 위치제어 (Application of bilinear Transformation Method to Servo Sysstem Design and Position Control for a Cart System)

  • 김상봉;오세준;정용길;김환성
    • 대한전기학회논문지
    • /
    • 제40권3호
    • /
    • pp.290-298
    • /
    • 1991
  • In the paper, the bilinear transformation method is applied to the design of servo system adopting the use of the internal model principle and the pole assignment method in a specified region. The pole assignment problem for the augmented system has been solved by using Tustin's function. The properties of Tustin's function have been shown in relation to the s-plane and z-planes, and the feedback law relationship between the original system and the transformed system has been cleared. The effectiveness of the proposed approach is proved via application for the cart system and the designed cart system is implemented by digital control with microcomputer and A-D/D-A converter.

시변 지연시간을 가지는 미지의 시스템에 대한 간접 극배치 적응 PID 제어기 (Indirect Adaptive Pole Assignment PID Controllers for Unknown Systems with time varying delay)

  • 남현도;안동준
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1988년도 전기.전자공학 학술대회 논문집
    • /
    • pp.913-916
    • /
    • 1988
  • Indirect adaptive pole assignment PID controllers for unknown systems with time varying delay, is proposed. Unknown system parameters are estimated by recursive least square method, and time varying delay is estimated using indirect predictors. Since the order of parameter vectors didn't increase, the computational burden is not largely increased in spite of using indirect adaptive control method with time varying delay estimation. Computer simulation is performed to illustrate the efficiency of the proposed method.

  • PDF