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

Create "miniBAPS" #2

Open
3 tasks
wleoncio opened this issue Jan 19, 2024 · 2 comments
Open
3 tasks

Create "miniBAPS" #2

wleoncio opened this issue Jan 19, 2024 · 2 comments

Comments

@wleoncio
Copy link
Member

A reduced, non-interactive version of the full software.

  •  Drop all MATLAB files except greedyMix.m, greedyPopMix.m, admix1.m, spatialMixture.m and spatialPopMixture.m
  • Make sure software still works
  • Convert in-code questions to arguments so functions can run from a script
@wleoncio wleoncio changed the title Create mini-BAPS Create miniBAPS Jan 19, 2024
@wleoncio wleoncio changed the title Create miniBAPS Create "miniBAPS" Jan 26, 2024
@wleoncio
Copy link
Member Author

This may be better in a different repository, so the original software is preserved (perhaps even maintained) and its latest version is prominent. Then the MVP of rBAPS could be said to be based on this miniBAPS instead of the full-fledged software.

@wleoncio
Copy link
Member Author

wleoncio commented Jan 31, 2024

Main file: baps6.m, which contains the structure for the graphical elements and calls baps4cbf.m, whose main/top function (baps4cbf(action)) triggers the subfunctions of interest, such as greedyPopMix().

From there, disp('') can be used for print-debugging and comparison with rBAPS results.

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

No branches or pull requests

1 participant