# SDMP 소개

SDMP는 C# 프로그래밍 언어로 개발된 .NET Framework 기반 소프트웨어 입니다. SDMP는 순차적 의사결정 문제를 ADP 형태로 모형화하여 해결하고자 할 때, 처음부터 모든 것을 구현하는 대신 핵심 아이디어만을 가지고 손쉽게 문제를 효과적으로 풀 수 있도록 하는 기능을 제공합니다. 특히, 시간이 많이 소요되고 기술적으로 복잡한 구현 부분을 간소화함으로써 연구자나 실무자가 ADP를 활용한 문제 해결 방식에 더 쉽게 접근할 수 있도록 도와줍니다. 또한, SDMP는 ADP 접근 방식에 대한 구현의 용이성을 제공해 줄 뿐만 아니라 기계학습(Machine learning) 기법을 포함한 상태 공간 근사 기법, 탐색 속도 가속화 기법 등을 통해 ADP 알고리듬의 성능을 향상시킬 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swonh.gitbook.io/sdmp-user-manual-kor/undefined/sdmp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
