MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ keeps in memory all of the already generated nodes
A
RBFS
B
A*
C
SMA*
D
IDA*
Explanation: 

Detailed explanation-1: -The Memory Heap is divided into two major spaces: Old space: where older objects are stored. Usually, objects are moved here after surviving in a new space for some time. The old space can be controlled by the flag–max-old-space-size. New space: most objects are allocated here.

Detailed explanation-2: -Node. js uses Chrome’s V8 engine to run JavaScript. Within V8, memory is categorized into Stack and Heap memory. Stack: Stores static data, method and function frames, primitive values, and pointers to stored objects.

Detailed explanation-3: -Run node with–inspect flag and open the inspector. The simplest way to get a Heap Snapshot is to connect a inspector to your process running locally. Then go to Memory tab and take a heap snapshot.

There is 1 question to complete.