• 제목/요약/키워드: Grid Search Method

검색결과 160건 처리시간 0.027초

스마트그리드 개인정보보호를 위한 미터링 데이터 비식별화 방안 연구 (A Study on Metering Data De-identification Method for Smart Grid Privacy Protection)

  • 이동혁;박남제
    • 정보보호학회논문지
    • /
    • 제26권6호
    • /
    • pp.1593-1603
    • /
    • 2016
  • 스마트그리드 환경에서는 기존 전력망과 정보통신기술이 접목됨에 따라 다양한 보안 위협 요소가 존재한다. 특히, 스마트 미터링 데이터는 사용자의 생활 패턴, 사용 기기 등 다양한 정보를 노출하며, 심각한 개인정보 침해로 이어질 수 있으므로 미터링 데이터에 적합한 비식별화 알고리즘이 필요한 상황이다. 따라서 본 논문에서는 미터링 데이터에 대한 새로운 비식별화 방안을 제안하였다. 제안한 방법은 시간정보와 수치정보를 각각 비식별화 데이터로 처리하여 해당 데이터만으로는 패턴 정보를 분석할 수 없도록 하였다. 또한, 통계처리 및 가용성을 위하여 비식별화된 상태에서도 데이터베이스에서 직접 범위검색, 집계처리 등의 질의가 가능하다는 장점을 가진다.

Research on Voltage Stability Boundary under Different Reactive Power Control Mode of DFIG Wind Power Plant

  • Ma, Rui;Qin, Zeyu;Yang, Wencan;Li, Mo
    • Journal of Electrical Engineering and Technology
    • /
    • 제11권6호
    • /
    • pp.1571-1581
    • /
    • 2016
  • A novel method is proposed to construct the voltage stability boundary of power system considering different Reactive Power Control Mode (RPCM) of Doubly-Fed Induction Generator (DFIG) Wind Power Plant (WPP). It can be used for reflecting the static stability status of grid operation with wind power penetration. The analytical derivation work of boundary search method can expound the mechanism and parameters relationship of different WPP RPCMs. In order to improve the load margin and find a practical method to assess the voltage security of power system, the approximate method of constructing voltage stability boundary and the critical points search algorithms under different RPCMs of DFIG WPP are explored, which can provide direct and effective reference data for operators.

Parameter optimization for SVM using dynamic encoding algorithm

  • Park, Young-Su;Lee, Young-Kow;Kim, Jong-Wook;Kim, Sang-Woo
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2005년도 ICCAS
    • /
    • pp.2542-2547
    • /
    • 2005
  • In this paper, we propose a support vector machine (SVM) hyper and kernel parameter optimization method which is based on minimizing radius/margin bound which is a kind of estimation of leave-one-error. This method uses dynamic encoding algorithm for search (DEAS) and gradient information for better optimization performance. DEAS is a recently proposed optimization algorithm which is based on variable length binary encoding method. This method has less computation time than genetic algorithm (GA) based and grid search based methods and better performance on finding global optimal value than gradient based methods. It is very efficient in practical applications. Hand-written letter data of MNI steel are used to evaluate the performance.

  • PDF

가변 휴리스틱 기반 추정치 간소화를 통한 경로탐색 기법의 설계 및 성능 평가 (A Design and Performance Evaluation of Path Search by Simplification of Estimated Values based on Variable Heuristic)

  • 김진덕
    • 한국정보통신학회논문지
    • /
    • 제10권11호
    • /
    • pp.2002-2007
    • /
    • 2006
  • 텔레매틱스 시스템에서의 경로 탐색 기법은 교통흐름의 변화에 따라 최단 운행 시간을 갖는 최적 경로가 변하기 때문에 최단 시간 뿐 만 아니라 도로의 교통 흐름까지 고려해야 한다. 기존의 경로 탐색 기법들은 이러한 교통 흐름의 변화에 능동적으로 대처 할 수 없다. 또한 교통 정보를 이용하는 탐색 기법은 기존의 최단 경로 탐색 기법보다 연산 수행시간이 길다. 이 논문에서는 추정치 계산의 단순화를 통한 최적 경로 탐색 기법을 구현하고 성능을 평가한다. 제안한 기법은 교통흐름에 적응적인 휴리스틱을 위해 고정 그리드를 도입한다. 또한 추정치 계산을 간소화하기 위해 출발지와 목적지 사이의 기울기를 고려하여 실수의 곱셈 연산 대신 단계화 된 정수의 덧셈 연산을 한다. 제안한 알고리즘은 최적 경로 정확도 향상뿐만 아니라 탐색 시간을 줄어듦을 실험으로 입증한다.

다중 무인 항공기 이용 감시 및 탐색 경로 계획 생성 (Path Planning for Search and Surveillance of Multiple Unmanned Aerial Vehicles )

  • 이산하;정원모;김명건;이상필;이충희;김신구;손흥선
    • 로봇학회논문지
    • /
    • 제18권1호
    • /
    • pp.1-9
    • /
    • 2023
  • This paper presents an optimal path planning strategy for aerial searching and surveying of a user-designated area using multiple Unmanned Aerial Vehicles (UAVs). The method is designed to deal with a single unseparated polygonal area, regardless of polygonal convexity. By defining the search area into a set of grids, the algorithm enables UAVs to completely search without leaving unsearched space. The presented strategy consists of two main algorithmic steps: cellular decomposition and path planning stages. The cellular decomposition method divides the area to designate a conflict-free subsearch-space to an individual UAV, while accounting the assigned flight velocity, take-off and landing positions. Then, the path planning strategy forms paths based on every point located in end of each grid row. The first waypoint is chosen as the closest point from the vehicle-starting position, and it recursively updates the nearest endpoint set to generate the shortest path. The path planning policy produces four path candidates by alternating the starting point (left or right edge), and the travel direction (vertical or horizontal). The optimal-selection policy is enforced to maximize the search efficiency, which is time dependent; the policy imposes the total path-length and turning number criteria per candidate. The results demonstrate that the proposed cellular decomposition method improves the search-time efficiency. In addition, the candidate selection enhances the algorithmic efficacy toward further mission time-duration reduction. The method shows robustness against both convex and non-convex shaped search area.

가변적 휴리스틱을 적용한 최적경로탐색 (Optimal Path Search using Variable Heuristic)

  • 이현섭;안준환;김진덕
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2005년도 춘계종합학술대회
    • /
    • pp.206-209
    • /
    • 2005
  • 계속적인 교통 흐름을 감안한 최적 경로 탐색 시스템은 목적지로 가기 위한 비용을 줄이기 위해 필요하다. 그러나 낮은 계산 능력을 가진 클라이언트에서 최적 경로를 탐색하는 것은 많은 비용을 요구한다. 따라서 적은 비용과 적절한 최적 경로를 탐색이 가능한 방법이 요구된다. 이 논문에서는 연산시간을 줄이기 위해 가변적인 휴리스틱을 이용하는 경로 탐색 기법을 새롭게 제안한다. 이들 휴리스틱은 하나의 사각형 영역인 그리드 내에 존재하는 자동차들의 평균속도의 변화에 의해 결정된다.

  • PDF

Feasibility Test of the Numerical Optimization for the Fast IMRT Planning

  • Cheong, Kwang-Ho;Suh, Tae-Suk;Dempsey, James F.
    • 한국의학물리학회:학술대회논문집
    • /
    • 한국의학물리학회 2005년도 제30회 춘계학술대회
    • /
    • pp.79-82
    • /
    • 2005
  • In this study, we have tested the feasibility of the convex non-linear objective model and the line search optimization method for the fluence map optimization (FMO). We've created the convex nonlinear objective function with simple bound constraints and attained the optimal solution using well-known gradient algorithms with an Armijo line search that requires sufficient objective function decrease. The algorithms were applied to 10 head-and-neck cases. The numbers of beamlets were between 900 and 2,100 with a 3 mm isotropic dose grid. Nonlinear optimization methods could efficiently solve the IMRT FMO problem in well under a minute with high quality for clinical cases.

  • PDF

An Improved PSO Algorithm for the Classification of Multiple Power Quality Disturbances

  • Zhao, Liquan;Long, Yan
    • Journal of Information Processing Systems
    • /
    • 제15권1호
    • /
    • pp.116-126
    • /
    • 2019
  • In this paper, an improved one-against-one support vector machine algorithm is used to classify multiple power quality disturbances. To solve the problem of parameter selection, an improved particle swarm optimization algorithm is proposed to optimize the parameters of the support vector machine. By proposing a new inertia weight expression, the particle swarm optimization algorithm can effectively conduct a global search at the outset and effectively search locally later in a study, which improves the overall classification accuracy. The experimental results show that the improved particle swarm optimization method is more accurate than a grid search algorithm optimization and other improved particle swarm optimizations with regard to its classification of multiple power quality disturbances. Furthermore, the number of support vectors is reduced.

탄성파탐사와 전자탐사 자료의 복합역산 결과를 이용한 효과적인 공극률 및 유체포화율의 추정 (Effective Estimation of Porosity and Fluid Saturation using Joint Inversion Result of Seismic and Electromagnetic Data)

  • 정수철;설순지;변중무
    • 지구물리와물리탐사
    • /
    • 제18권2호
    • /
    • pp.54-63
    • /
    • 2015
  • 매장량의 평가에 직접적인 정보를 제공해주는 저류층 변수들인 공극률과 유체포화율은 물리탐사방법을 통해 직접적으로 획득이 가능한 탄성파 속도나 전기비저항의 물성값을 암석물리모델 구성법에 적용하여 추정이 가능하다. 따라서, 정확한 저류층 변수들의 추정을 위해서는 우선적으로 정확한 속도나 전기비저항과 같은 물성값들의 추정이 필요하다. 이종의 물리탐사자료를 이용한 복합역산은 단일 물리탐사자료를 이용한 역산과 비교시, 역산의 불확실성을 줄일 수 있고, 두 탐사자료의 장점을 함께 이용할 수 있기 때문에 단일물리탐사자료에 비하여 보다 신뢰성있는 물성정보를 추정할 수 있다. 이 연구에서는 효율적인 공극률과 유체포화율의 분포를 추정하기 위하여, 탄성파탐사자료와 전자탐사자료의 복합역산을 통해서 지하의 속도 정보와 전기비저항 정보를 획득한 뒤, 이 두 물성을 모두 이용하여 암석물리모델을 구성하는 과정이 포함 된 격자탐색법(grid-search)을 제안하였다. 오일저류층 모델의 합성자료에 적용한 결과, 보다 신뢰성 있는 저류층 변수들을 추정하였으며, 이는 오일저류층의 정확한 매장 위치 추정과, 매장량 계산에 보다 정확한 정보를 제공해 줄 것으로 기대된다.

극박 다이아프램의 펄스 GTAW 공정 최적화에 관한 연구 (Study on the Optimization of Pulse GTAW Process for Diaphragm with Thin Thickness)

  • 박형진;황인성;강문진;이세헌
    • Journal of Welding and Joining
    • /
    • 제26권1호
    • /
    • pp.63-68
    • /
    • 2008
  • This paper has aimed to prevent excessive heat input by controlling arc distribution and heat input capacity with pulse GTAW in order to improve weld quality in 0.08mm pressure gauge diaphragm and flange welding parts. A design of experiment was designed using Box-Behnken method to optimize a welding process. The pulse GTAW parameters such as pulse current, base current, pulse duty, frequency and welding speed were set to input variables while hydraulic pressure that represents welding characteristics in diaphragm and flange joint were set to output variables. Based on the test result, a second regression equation was obtained between input and output variables and turned out significant. Besides, an influence of parameters has been confirmed through response surface analysis using the second-order regression equation and optimum welding condition was obtained through a grid-search method. The optimum welding condition was set to pulse current 84.4(A), base current 29.6(A), pulse duty 58.8(%), frequency 10(%), and welding speed 596(mm/min). Then, decent bead shape was acquired with no excessive heat input under the $2.3kgf/cm^2$ of hydrostatic pressure.