Tagged Questions
The nonsequential tag has no wiki summary.
4
votes
2answers
1k views
Model binding to a list with Non-Sequential Indices possible in MVC 3?
I'm following the info on http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx from Phil Haack
He talks about Non-Sequential indices:
<form method="post" action="/Home/Create">
...
3
votes
4answers
186 views
High performance MySQL random non-sequential row
I'm trying to grab a random row from a table where the data doesn't change. I've read that people try ORDER BY RAND() which is terrible for large datasets and doesn't scale well.
I've also seen the ...
3
votes
4answers
434 views
Java exception handling in non sequential tasks (pattern/good practice)
There are some task that should't be done in parallel, (for example opening a file, reading, writing, and closing, there is an order on that...)
But... Some task are more like a shoping list, I mean ...
1
vote
1answer
71 views
What are some examples of a sequential-decision tasks?
I ask this because I'm currently learning about Neural Networks as a subset of the machine learning algorithms
Just trying to get some intuition on what sort of problems out there are categorized as ...
1
vote
2answers
68 views
Artificial Intelligence: If there is such a thing as a “sequential-decision” task, what does a “non-sequential decision” task look like?
I have heard that neural networks are very good when implementing solutions to sequential-decision tasks. However, I assume that the qualifier "sequential" exists because there must likewise be a ...
1
vote
2answers
102 views
Non Sequential Loop Optimization in Python
I have two dictionary objects, connections and network. This can be visualized as a graph, where each node is a computer and connections depict an edge between the computers and node. Network is a ...
1
vote
1answer
604 views
Displaying Powerpoint slides on second monitor non-sequentially using VBScript
If a Powerpoint presentation is not currently displayed - how can I display (for example) slide 7 of 10 on the secondary monitor, using vbscript?