Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple and intermediate Integral Calculus datasets #36

Closed
joesharratt1229 opened this issue Jan 31, 2025 · 0 comments · Fixed by #46
Closed

Add simple and intermediate Integral Calculus datasets #36

joesharratt1229 opened this issue Jan 31, 2025 · 0 comments · Fixed by #46
Assignees
Labels

Comments

@joesharratt1229
Copy link
Contributor

joesharratt1229 commented Jan 31, 2025

Description

I would like to propose two dataset generators for integral calculus questions:

1. Simple integral calculus

Focused on basic definite integration tasks. Solve integration problems involving simple polynomials. E.g $\int_{0}^{1} x^2 , dx$

  • Implementation - of SimpleIntegrationConfig class and SimpleIntegrationDataset

2. More complex integration problems.
Focused on more complex integration tasks. Specifically on integration by parts and integration by substitution. Evaluated over limits.

  • Implementation - of IntermediateIntegrationConfig class and IntermediateIntegrationDataset

Tasks

  • Create configuration and dataset classes for both problems

  • Implement unit tests for deterministic generation, correct structure, and verification logic.

  • Ensure code aligns with existing repository conventions (e.g., ProceduralDataset base class, register_dataset).

  • Document configuration parameters, usage examples, and test coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants