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

ERROR: UndefVarError: ProjectorMonteCarloProblem not defined #259

Closed
sunnowrun opened this issue Jun 3, 2024 · 3 comments
Closed

ERROR: UndefVarError: ProjectorMonteCarloProblem not defined #259

sunnowrun opened this issue Jun 3, 2024 · 3 comments

Comments

@sunnowrun
Copy link

sunnowrun commented Jun 3, 2024

I want to use Rimu package but it give me error

julia> using Rimu
julia> ProjectorMonteCarloProblem

output
ERROR: UndefVarError: ProjectorMonteCarloProblem not defined
Could you help me?
Thank you!

@joachimbrand
Copy link
Owner

Ah, sorry, I just saw this now.
We are currently in the process of changing the user interface. ProjectorMonteCarloProblem is only defined in the development version of the code that has not yet been released. The development version can be installed with

pkg> add Rimu#develop

We are planning to release the new version within the next few weeks once we have finished making some changes to the documentation to ensure that it is fully consistent.

Alternatively, the released version of Rimu is fully functional. Projector Monte Carlo problems can be solved directly with the function lomc!. Please refer to the "stable" documentation at https://joachimbrand.github.io/Rimu.jl/stable/index.html.

@joachimbrand
Copy link
Owner

Update: I just realise that the stable documentation is outdated and that the documentation of releases after v0.6 has not been saved properly. Much of the basic functionality should nevertheless be correctly described in the older docs.

@joachimbrand
Copy link
Owner

The relevant code has been released as Rimu.jl v0.12.0 and the documentation has also been fixed to synchronise with the released version.

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

2 participants