Add progress bars for MCMC sampling using cli's C API#642
Add progress bars for MCMC sampling using cli's C API#642
Conversation
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
|
@copilot use cli's C API instead. |
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
|
@copilot use progress bars regardless of verbosity. |
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
Done in commit 7b1122a. Now using cli's C API directly via
Done in commit 7b1122a. Progress bars now show regardless of verbosity level. The cli C API's |
|
@copilot Revert verbose.R and NEWS.Rd: documentation will be handled manually. |
Co-authored-by: krivit <15682462+krivit@users.noreply.github.com>
Plan: Add Progress Bars for MCMC Sampling
clipackage to DESCRIPTION as an Import and LinkingToSummary of Changes
Implementation complete using cli's C API:
LinkingTo: clito DESCRIPTIONsrc/ergm_progress.husing#include <cli/progress.h>and cli C functionsergm_progress_barstructureCLI_SHOULD_TICK)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.