Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
EinsiaLab
/
Frontier-Engineering
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
110
Code
Issues
0
Pull requests
24
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
WirelessChannelSimulation: add HighReliableSimulation task
- #15
#15
Merged
yks23
merged 25 commits into
main
EinsiaLab/Frontier-Engineering:main
from
feat/wireless-comm
EinsiaLab/Frontier-Engineering:feat/wireless-comm
Copy head branch name to clipboard
Feb 27, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
WirelessChannelSimulation: add HighReliableSimulation task
#15
yks23
merged 25 commits into
main
EinsiaLab/Frontier-Engineering:main
from
feat/wireless-comm
EinsiaLab/Frontier-Engineering:feat/wireless-comm
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
basic code
tonyhaohan
committed
2c7db57
View commit details
Copy full SHA for 2c7db57
Browse repository at this point
Add HighReliableSimulation task, evaluator, calibration workflow, and usage docs
tonyhaohan
committed
1e002d8
View commit details
Copy full SHA for 1e002d8
Browse repository at this point
Vendor HighReliableSimulation runtime dependencies and remove reliable_sim import coupling
tonyhaohan
committed
84e55e0
View commit details
Copy full SHA for 84e55e0
Browse repository at this point
Refine WirelessChannelSimulation docs and ignore rules
Show description for 05c7002
tonyhaohan
committed
05c7002
View commit details
Copy full SHA for 05c7002
Browse repository at this point
Switch initial program to Bessel sampler
Show description for 3e309d9
tonyhaohan
committed
3e309d9
View commit details
Copy full SHA for 3e309d9
Browse repository at this point
Add simulate_variance_controlled interface to sampler hierarchy
Show description for 2912139
tonyhaohan
committed
2912139
View commit details
Copy full SHA for 2912139
Browse repository at this point
WirelessChannelSimulation: 完善文档并统一seed接口
tonyhaohan
committed
1bb887c
View commit details
Copy full SHA for 1bb887c
Browse repository at this point
Add HighReliableSimulation references folder
Show description for a703c10
tonyhaohan
committed
a703c10
View commit details
Copy full SHA for a703c10
Browse repository at this point
Consolidate HighReliableSimulation runtime and remove legacy reliable_sim
Show description for 7e60a44
tonyhaohan
committed
7e60a44
View commit details
Copy full SHA for 7e60a44
Browse repository at this point
Consolidate task docs into Task.md and remove USAGE
Show description for c867c9f
tonyhaohan
committed
c867c9f
View commit details
Copy full SHA for c867c9f
Browse repository at this point
Align WirelessChannelSimulation docs with bilingual naming and tighten evaluator error handling
Show description for dddef03
tonyhaohan
committed
dddef03
View commit details
Copy full SHA for dddef03
Browse repository at this point
Restore WirelessChannelSimulation literature review README and add English copy
Show description for a16007b
tonyhaohan
committed
a16007b
View commit details
Copy full SHA for a16007b
Browse repository at this point
Fix type-check issues in wireless simulation runtime
Show description for da8d288
tonyhaohan
committed
da8d288
View commit details
Copy full SHA for da8d288
Browse repository at this point
doc restore
tonyhaohan
committed
43602f9
View commit details
Copy full SHA for 43602f9
Browse repository at this point
Fix remaining Pylance/Pyright type errors for wireless simulation
Show description for 57e65dd
tonyhaohan
committed
57e65dd
View commit details
Copy full SHA for 57e65dd
Browse repository at this point
Add integration test for HighReliableSimulation evaluator path
Show description for 89cf77b
tonyhaohan
committed
89cf77b
View commit details
Copy full SHA for 89cf77b
Browse repository at this point
Add GitHub Actions workflow for HighReliableSimulation integration test
Show description for c67bd5a
tonyhaohan
committed
c67bd5a
View commit details
Copy full SHA for c67bd5a
Browse repository at this point
Commits on Feb 23, 2026
Simplify evaluator run docs and remove root pyright config
Show description for bc5bab8
tonyhaohan
committed
bc5bab8
View commit details
Copy full SHA for bc5bab8
Browse repository at this point
Tighten types for sampler code and fix Pylance import diagnostics
Show description for 3410263
tonyhaohan
committed
3410263
View commit details
Copy full SHA for 3410263
Browse repository at this point
Commits on Feb 24, 2026
Update calibrated benchmark constants from 9x1e6 runs
Show description for c131f66
tonyhaohan
committed
c131f66
View commit details
Copy full SHA for c131f66
Browse repository at this point
Update benchmark constants to 10x1e7 calibration means
Show description for 40805ea
tonyhaohan
committed
40805ea
View commit details
Copy full SHA for 40805ea
Browse repository at this point
Commits on Feb 26, 2026
Standardize HighReliableSimulation verification entry and rescale score baseline
Show description for 68df816
tonyhaohan
committed
68df816
View commit details
Copy full SHA for 68df816
Browse repository at this point
Commits on Feb 27, 2026
Merge branch 'main' into feat/wireless-comm
yks23
authored
29945c3
View commit details
Copy full SHA for 29945c3
Browse repository at this point
Update .gitignore
yks23
authored
6af1f96
View commit details
Copy full SHA for 6af1f96
Browse repository at this point
Delete .github/workflows/wireless_tests.yaml
yks23
authored
8407296
View commit details
Copy full SHA for 8407296
Browse repository at this point
You can’t perform that action at this time.