{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

information processing approach Flashcards

(4 cards)

1
Q

how do you know you’re done in termination

A
  1. well defined
  2. ill defined
  3. satisficing - finding a solution that is acceptable but not necessarily optimal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

knowledge based method of search (2)

A

auxiliary problem- doing a smaller. version of the problem in hopes of learning how to solve larger problems

pattern matching - using prior knowledge to recognize problem types or patterns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

kinds of proximity search - heuristic search

A

hill climbing - reducing only 1 difference

means end - alleviate several dimensions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

types of search

A

algorithmic - search every possibility but theres a guaranteed solution

hueristic search - offers good chance of finding solution but not guarenteed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly