Skip to content

feat: 경험치 계산 및 매칭 로직 추가#30

Open
sounmind wants to merge 2 commits intomainfrom
20-matching-algorithm
Open

feat: 경험치 계산 및 매칭 로직 추가#30
sounmind wants to merge 2 commits intomainfrom
20-matching-algorithm

Conversation

@sounmind
Copy link
Member

@sounmind sounmind commented Feb 1, 2026

  • 미팅 횟수 및 경험 통계를 계산하는 기능을 구현했습니다.
  • 매칭 횟수에 기반해 경험 레벨을 산정하는 로직을 추가했습니다.
  • 경험치를 점수에 반영하도록 매칭 알고리즘을 개선했습니다.
  • 매칭 결과의 다양성을 조절할 수 있도록 temperature 옵션을 추가했습니다.
  • Close 매칭 알고리즘 고도화 #20

- Implemented functions to calculate meeting counts and experience stats.
- Added experience level determination based on match counts.
- Enhanced matching algorithm to include experience-based scoring.
- Introduced options for matching temperature.
@sounmind sounmind linked an issue Feb 1, 2026 that may be closed by this pull request
@claude
Copy link

claude bot commented Feb 1, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@sounmind sounmind changed the title feat: add experience calculation and matching logic feat: 경험치 계산 및 매칭 로직 추가 Feb 1, 2026
@sounmind sounmind requested a review from DaleSeo February 1, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

매칭 알고리즘 고도화

1 participant