Alpha-Beta pruning can:

A

Change the final minmax result

B

Only reduces the number of nodes evaluated

C

Increase the depth of the tree

D

Increase the branching factor

উত্তরের বিবরণ

img

Alpha-Beta Pruning হলো Minimax Algorithm-এর একটি অপ্টিমাইজেশন কৌশল, যা গেম ট্রিতে অপ্রয়োজনীয় শাখাগুলো বাদ দিয়ে সিদ্ধান্ত গ্রহণের গতি বাড়ায়। এটি মূলত কম সংখ্যক নোড মূল্যায়ন করে একই ফলাফল পেতে সাহায্য করে

মূল তথ্যসমূহ:

  • উদ্দেশ্য: গেম ট্রিতে এমন সব শাখা (branches) বাদ দেওয়া, যেগুলো চূড়ান্ত সিদ্ধান্তকে প্রভাবিত করতে পারে না

  • ফলাফল: এতে Minimax অ্যালগরিদমকে সব নোড পরীক্ষা করতে হয় না, ফলে সময় কম লাগে এবং কম্পিউটেশন দ্রুত হয়

  • সঠিকতা বজায় রাখা: Alpha-Beta pruning Minimax-এর চূড়ান্ত ফলাফল পরিবর্তন করে না; এটি কেবল অপ্রয়োজনীয় অংশ বাদ দেয়।

  • Depth ও Branching Factor: এই কৌশল ট্রির গভীরতা (depth) বা branching factor পরিবর্তন করে না—তারা গেম ট্রির বৈশিষ্ট্য হিসেবেই থাকে।

ভুল বিকল্পসমূহ:

  • ক) Final Minimax result পরিবর্তন করে → ভুল; ফলাফল অপরিবর্তিত থাকে।

  • গ) Tree depth বৃদ্ধি করে → ভুল; গভীরতা অপরিবর্তিত থাকে।

  • ঘ) Branching factor বৃদ্ধি করে → ভুল; এটি গেম ট্রির অন্তর্গত বৈশিষ্ট্য, pruning দ্বারা প্রভাবিত হয় না।

অতএব, Alpha-Beta Pruning কেবলমাত্র মূল্যায়িত নোডের সংখ্যা কমায়, তাই সঠিক উত্তর খ) Only reduces the number of nodes evaluated

Unfavorite

0

Updated: 2 days ago

Related MCQ

Which one is true for a DFA? 

Created: 2 days ago

A

DFA can have ε-transitions

B

DFA accepts all context-free languages

C

DFA accepts regular languages

D

DFA can have multiple transitions for the same input from a state

Unfavorite

0

Updated: 2 days ago

A router processes packets @1 Gbps; if 10 packets (1200 bytes each) arrive at once, queuing delay for the 10th packets (in µs) is:

Created: 4 days ago

A

96

B

86.4

C

115.2

D

120

Unfavorite

0

Updated: 3 days ago

For a n-element min-Heap: 

Created: 3 days ago

A

the smallest element can be found anywhere in the heap.

B

it is a type of binary search tree.


C

accessing an arbitrary element is an O(n) operation. 

D

the largest element is always at the root.

Unfavorite

0

Updated: 3 days ago

© LXMCQ, Inc. - All Rights Reserved

Developed by WiztecBD