Cameron Pfiffer

Results 23 issues of Cameron Pfiffer

@mohamed82008 wrote a nifty thing to do [stochastic tunneling](https://en.wikipedia.org/wiki/Stochastic_tunneling) and it might be nice to do a little write up on it. ```julia using Distributions, LinearAlgebra mutable struct ObjDist{F, Tobj,...

[Here's](https://github.com/TuringLang/TuringExamples/blob/master/notebooks/FHMM.ipynb) the existing tutorial. This one is outside of my current understanding for the moment, and I'll have to read up on it to write something satisfactory, unless someone would...

enhancement
help wanted

We are not currently tracking acceptances, which is a statistic that could be useful for manual tuning. We need to change the `Transition` struct to track accept/reject. In addition to...

> Hi all. I recall that minus sign... Let me take a look. Yes perhaps within an issue is more appropriate. I will be a little slow though - I...

Acceptance status should be included in the transition struct for easy calculations of rejection rates.

@JuliaRegistrator register

The test suites don't include discrete sampling, which is kind of important. The code also makes it kind of difficult to allow different proposal distributions (discrete or continuous) for each...

I need to be able to check if a websocket connection has an incoming message, and I want to open a PR to HTTP.jl to do so. I mostly just...

Not quite sure what's up with this example, but `aiextract` doesn't seem to know what to do here: ```julia using PromptingTools # Return types abstract type AbstractThing end struct Dolphin...

Mostly a convenience PR to permit direct schema access. I typically use Ollama exclusively, so it's nice to be able to do ```julia aigenerate(OllamaSchema(), ...) ``` instead of ```julia aigenerate(PromptingTools.OllamaSchema(),...