Hacker News
- Iterate faster with this deal simple, super fast key-value API https://keys.run 14 comments node
- Playing with Value Iteration in Haskell https://iagoleal.com/posts/value-iteration-haskell/ 5 comments haskell
- Help needed to find a way to iterate values https://uk.mathworks.com/matlabcentral/answers/1912910-help-needed-to-find-a-way-to-iterate-values?s_tid=srchtitle 7 comments matlab
- File bytes iterator giving values in weird order? https://www.reddit.com/r/rust/comments/79ew8f/file_bytes_iterator_giving_values_in_weird_order/ 14 comments rust
- Scenarios for iterating over all values of an enum? http://stackoverflow.com/a/24008015/20371 12 comments learnprogramming
- Loop through HashMap and mutate its values during iteration https://play.rust-lang.org/?edition=2021&gist=9b46c507077888bcb1709556dd001280&mode=debug&version=stable 9 comments rust
- Error: _ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' https://github.com/MangiameliFabio/Enchanted-Defense 4 comments cplusplus
- Can we use value iteration on discrete POMDP? https://cs.brown.edu/research/ai/pomdp/tutorial/pomdp-solving.html 5 comments reinforcementlearning
- Question about accessing struct values through iteration https://www.reddit.com/r/golang/comments/m6q0sr/question_about_accessing_struct_values_through/ 8 comments golang
- Using iterators for container matrices to assign values? https://www.reddit.com/r/learnprogramming/comments/gf6xd9/using_iterators_for_container_matrices_to_assign/ 10 comments learnprogramming
- Values pushed into an array from a form don't iterate through a function, but will if hardcoded. What am I missing? https://www.reddit.com/r/webdev/comments/8w6025/values_pushed_into_an_array_from_a_form_dont/ 12 comments webdev
- Iterators vs. Cursors: A Case Study in Objects vs. Values http://cr.openjdk.java.net/~jrose/values/iterator-vs-cursor.html 11 comments java
- Algorithm that covers a whole area with points, with values based on the original points at each iteration. None 21 comments algorithms
- Python's filter(): Extract Values From Iterables – Real Python https://realpython.com/python-filter-function/ 41 comments python
- Fun with C++11: keys(map), values(map) iteration adapters https://github.com/krig/k11/blob/master/src/mapping.hpp 10 comments cpp
- How to propperly iterate over an array of values and record intervals longer than X value? https://www.reddit.com/r/learnprogramming/comments/6xlupk/how_to_propperly_iterate_over_an_array_of_values/ 10 comments learnprogramming
- I'm trying to have an array of indeterminate length iterate each item through a range of values. https://www.reddit.com/r/ruby/comments/511uw9/im_trying_to_have_an_array_of_indeterminate/ 6 comments ruby
- Building a sentinel value for channels and iterators into a programming language http://journal.stuffwithstuff.com/2013/04/17/well-done/ 18 comments programming
- Using iterators to find the index of the min or max value in a list http://is.gd/ZM0pCL 18 comments rust
- use of moved value: `handler` value moved into closure here, in previous iteration of loop https://github.com/win20/http-server 7 comments rust
- Is it possible to extract optimization iteration value while running fmincon? I would like to use an iteration-dependent objective function. https://www.reddit.com/r/matlab/comments/nb3lw8/is_it_possible_to_extract_optimization_iteration/ 3 comments matlab
- "Scaling Value Iteration Networks to 5000 Layers for Extreme Long-Term Planning", Wang et al 2024 https://arxiv.org/abs/2406.08404#schmidhuber 4 comments reinforcementlearning
- [RFC PATCH 00/13] Proposal for speculative safe list iterator, '--std=gnu11 -Wno-shift-negative-value' for Linux 5.18 https://lore.kernel.org/lkml/20220224062022.GH3943@kadam/T/#mecfe7cf81e786de1f99b9bf6f6e0f9dc0bd2e4fe 4 comments archlinux
- In this derivation of the Fourier *Series* Coefficients, the author introduces a dummy variable k = (element of Z), then proves that for it to have a value k = n (the iterator). Can someone explain why this step was necessary? (Copy/Pasted wrong link) http://cnx.org/content/m10733/2.6/?format=pdf 8 comments math