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
.
MatchCake
/
MatchCake-Opt
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Maxcut dataset
- #9
#9
Merged
JeremieGince
merged 22 commits into
dev
MatchCake/MatchCake-Opt:dev
from
maxcut_dataset
MatchCake/MatchCake-Opt:maxcut_dataset
Copy head branch name to clipboard
Nov 2, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Maxcut dataset
#9
JeremieGince
merged 22 commits into
dev
MatchCake/MatchCake-Opt:dev
from
maxcut_dataset
MatchCake/MatchCake-Opt:maxcut_dataset
Copy head branch name to clipboard
Commits
Commits on Oct 17, 2025
Add Maxcut dataset and model with torch-geometric support
Show description for 0d59a44
JeremieGince
committed
0d59a44
View commit details
Copy full SHA for 0d59a44
Browse repository at this point
Fix import paths for DataModule references
Show description for dde02ae
JeremieGince
committed
dde02ae
View commit details
Copy full SHA for dde02ae
Browse repository at this point
Update dataset import in notebooks
Show description for 077ddcd
JeremieGince
committed
077ddcd
View commit details
Copy full SHA for 077ddcd
Browse repository at this point
Raise MisconfigurationException in val_dataloader
Show description for 0a3e550
JeremieGince
committed
0a3e550
View commit details
Copy full SHA for 0a3e550
Browse repository at this point
Implement training, validation, and test steps in MaxcutModel
Show description for dadf22e
JeremieGince
committed
dadf22e
View commit details
Copy full SHA for dadf22e
Browse repository at this point
Refactor predict method and validation metrics handling
Show description for 75066dd
JeremieGince
committed
75066dd
View commit details
Copy full SHA for 75066dd
Browse repository at this point
Refactor test_step to return metrics components
Show description for 24396dd
JeremieGince
committed
24396dd
View commit details
Copy full SHA for 24396dd
Browse repository at this point
Add bitstrings_to_arr utility to MaxcutModel
Show description for fb46bd5
JeremieGince
committed
fb46bd5
View commit details
Copy full SHA for fb46bd5
Browse repository at this point
Refactor MaxcutModel metrics and remove unused methods
Show description for b77c0b7
JeremieGince
committed
b77c0b7
View commit details
Copy full SHA for b77c0b7
Browse repository at this point
Commits on Oct 18, 2025
Refactor dataset preparation and data module workflow
Show description for c70cd45
JeremieGince
committed
c70cd45
View commit details
Copy full SHA for c70cd45
Browse repository at this point
Add support for circular graphs in MaxcutDataset
Show description for 2a5bfa7
JeremieGince
committed
2a5bfa7
View commit details
Copy full SHA for 2a5bfa7
Browse repository at this point
Update maxcut_dataset.py
JeremieGince
committed
48fc255
View commit details
Copy full SHA for 48fc255
Browse repository at this point
Add ckpt_path parameter to run_test method
Show description for bcd5a56
JeremieGince
committed
bcd5a56
View commit details
Copy full SHA for bcd5a56
Browse repository at this point
Commits on Oct 19, 2025
Implement proper val_dataloader and type annotations
Show description for 79bab81
JeremieGince
committed
79bab81
View commit details
Copy full SHA for 79bab81
Browse repository at this point
Commits on Oct 20, 2025
Fallback to 'last' checkpoint if 'best' is unavailable
Show description for e1daf86
JeremieGince
committed
e1daf86
View commit details
Copy full SHA for e1daf86
Browse repository at this point
Handle SearchSpaceExhausted in AutoML pipeline
Show description for b1400e1
JeremieGince
committed
b1400e1
View commit details
Copy full SHA for b1400e1
Browse repository at this point
Add checkpoint folder cleanup on overwrite fit
Show description for 5f27a8e
JeremieGince
committed
5f27a8e
View commit details
Copy full SHA for 5f27a8e
Browse repository at this point
Commits on Oct 29, 2025
Add CUDA 13.0 (cu130) support to dependencies
Show description for 7686d85
JeremieGince
committed
7686d85
View commit details
Copy full SHA for 7686d85
Browse repository at this point
Commits on Nov 2, 2025
Refactor datamodule imports and add MaxcutDataset tests
Show description for 42cd977
JeremieGince
committed
42cd977
View commit details
Copy full SHA for 42cd977
Browse repository at this point
Refactor and expand Maxcut dataset tests
Show description for bd055d8
JeremieGince
committed
bd055d8
View commit details
Copy full SHA for bd055d8
Browse repository at this point
Add tests for MaxcutDataModule and MaxcutModel
Show description for 7608a49
JeremieGince
committed
7608a49
View commit details
Copy full SHA for 7608a49
Browse repository at this point
Reduce max_time for training in tutorial notebooks
Show description for 99dc64a
JeremieGince
committed
99dc64a
View commit details
Copy full SHA for 99dc64a
Browse repository at this point
You can’t perform that action at this time.